Rate Limits for the JSON API #287
Lachele
announced in
Announcements
Replies: 1 comment
-
|
To stay within the limits, just add a sleep command to your code. For bash, a 10-second sleep is:
Just put a 10 (or more) second sleep after any "POST" method and a 1 (or more) second sleep after all others. The rate limits should be in place by Friday and certainly by Monday. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are thrilled that folks are using our [JSON API](https://github.com/GLYCAM-Web/website/tree/master/Examples/JsonApi)! 🎉
In fact, y'all are so good at it that you occasionally cause an [unintentional DOS](https://en.wikipedia.org/wiki/Denial-of-service_attack#Unintentional_denial-of-service)!
Current rate limits:
The previous rate limits were not sufficient. They are now:
Information below here is explanatory
The rate-limit numbers might not be up to date, but the other information should be good. Let us know if we need to make an update!
To help keep our website up and usable by all, we are in the process of implementing these mitigations:
Please reply to this post with questions and comments.
Timing for implementation
Rate limits
I am actively working on the rate limits. I'm definitely more chemist than sysadmin, but I'm getting there.
Expect these within days.
Updated scripts
Expect these by the first of the year.
Docker support
The first release should happen by December 1.
Beta Was this translation helpful? Give feedback.
All reactions