-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support rate limit of less than 1 request per second #113
Comments
Not sure what you mean, you can replicate traffic without any limitation, just not specify "limit". |
Sorry, I wasn't being clear. I'm not sure how to do the following: We get requests at a rate of 0.1 requests per second and we only want to replicate half those requests so we get 0.05 a second. Is there a way to do that given that you can filter at a rate lower than 1 per second? |
This one of the features i'm trying to implement for next release. |
Thanks @buger! |
Should this be closed now that #126 is merged? |
Yes, thanks! |
Since you can only specify an integer as the rate limiting field you can't rate limit to less than 1 request per second.
We would like to use this to forward large batch background job submissions from production to staging, and since these happen at a rate of less than once per second we can't limit them right now.
The text was updated successfully, but these errors were encountered: