Enforcing an API Rate Limit in Sidekiq 7
I discovered an easy way to implement job throttling using the ruby-limiter gem and the new “capsules” feature of Sidekiq 7. https://mattbrictson.com/blog/applying-a-rate-limit-in-sidekiq
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I discovered an easy way to implement job throttling using the ruby-limiter gem and the new “capsules” feature of Sidekiq 7. https://mattbrictson.com/blog/applying-a-rate-limit-in-sidekiq
Post a comment