1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/support/integration/adapters
Andrew White a22523abcd Use Sidekiq.options to set initial wait
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.
2015-09-21 14:02:41 +01:00
..
async.rb Initial implementation of ActiveJob AsyncAdapter. 2015-08-25 14:22:11 -04:00
backburner.rb - Removed unused variable warnings from ActiveJob Adapters 2014-10-19 23:17:22 +05:30
delayed_job.rb
inline.rb
qu.rb Fixed ActiveJob integration tests 2015-03-05 23:57:57 +02:00
que.rb Do not use named queues for que adapter 2015-05-03 18:01:57 -03:00
queue_classic.rb Only *configure* the queue in setup; DB creation must come later 2015-04-20 09:14:19 +09:30
resque.rb redis 3.2.0 doesn't allow tcp protocol anymore 2014-12-13 00:06:31 -02:00
sidekiq.rb Use Sidekiq.options to set initial wait 2015-09-21 14:02:41 +01:00
sneakers.rb - Removed unused variable warnings from ActiveJob Adapters 2014-10-19 23:17:22 +05:30
sucker_punch.rb