-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built-in rate-limiting #3
Comments
Can you expound on this issue please? what exactly is trying to be achieved ? |
The Sumo Logic API has rate limits (documented here). I think the SDK should know these limits and operate accordingly. |
Thanks, I'll take a look at this and try and come up with a fix for it. I am currently having to put my application to sleep implicitly to avoid the rate limits. |
Does anyone have a short term patch for this? I'm getting a
And I think it's due to the rate limiting |
When the REST API rate-limits you will receive a 429: Too many requests. The 504 is a server error which most likely occurred during an outage of some backend service that the API depends on. @mritchie712 please let me know if you're still having this issue. |
In case anyone else is having this issue... I solved it by using the Search Job API instead of the search API. https://github.com/SumoLogic/sumo-api-doc/wiki/Search-Job-API |
Do you know of a PHP implementation of the Search Job API ? |
No description provided.
The text was updated successfully, but these errors were encountered: