mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a22523abcd
The INITIAL_WAIT constant has moved to the Sidekiq::Poller class but rather than setting the constant directly we can override it via the `:poll_interval_average` option. This was causing random build failures because the test was waiting for 10 seconds for the job to execute but the initial wait was a random value between 10 and 15 seconds. |
||
---|---|---|
.. | ||
async.rb | ||
backburner.rb | ||
delayed_job.rb | ||
inline.rb | ||
qu.rb | ||
que.rb | ||
queue_classic.rb | ||
resque.rb | ||
sidekiq.rb | ||
sneakers.rb | ||
sucker_punch.rb |