You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
We're looking for a solution to limit requests to an external API to slow down our requests (from multiple backend services) to conform with their rate limits. They have set a 30 request per minute limit which is going to be roughly ½ requests per second.
This doesn't seem to fit in with cuttle's configuration as anything under 0 is throwing an exception. I would essentially need to set a rate: .5 in the configuration I believe.
The text was updated successfully, but these errors were encountered:
We're looking for a solution to limit requests to an external API to slow down our requests (from multiple backend services) to conform with their rate limits. They have set a 30 request per minute limit which is going to be roughly ½ requests per second.
This doesn't seem to fit in with cuttle's configuration as anything under 0 is throwing an exception. I would essentially need to set a
rate: .5
in the configuration I believe.The text was updated successfully, but these errors were encountered: