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
I've spent quite some time before I figured out that because I've set a retry value in sidekiq_options(retry: 2) the throttling was not working as expected. I'd make this note in the README somewhere, because I believe it's quite important.
I've spent quite some time before I figured out that because I've set a retry value in
sidekiq_options(retry: 2)the throttling was not working as expected. I'd make this note in the README somewhere, because I believe it's quite important.