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
How we see from README - this gem should support options from https://github.com/gevans/sidekiq-throttler gem. README sidekiq-throttler gem contain paragraph 'Custom Keys'. So, maybe this can be used as solution for this issue? Or :key option is not supported?
Hi Guys,
We currently use Sidekiq-rate-limiter.
We experiencing that when we use mulitple differen workers (same queue and name) they all have their own limit.
So for example:
I start 50 times FirstWorker (limit 1 per second).
And start 50 time SecondWorker (limit 1 per second).
It will actually do 2 jobs per second.
Has anybody else have a solution for this?
The text was updated successfully, but these errors were encountered: