docs/Ent-2.0-Upgrade.md
Sidekiq Enterprise 2.0 adds a few new features and adds the requirement that license credentials be available at runtime. Note that Sidekiq 6.0 does have major breaking changes.
SIDEKIQ_ENT_USERNAME=abcdef12 bundle exec sidekiq... when starting the
process. [#4232]limiter = Sidekiq::Limiter.bucket(:stripe, 10, :second, backoff: ->(limiter, job) {
return job['overrated'] || 5 # wait for N seconds, where N is the number of
# times we've failed the rate limit
})
gem 'sidekiq-ent', '< 2'
gem 'sidekiq-ent', '< 3'