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
yuuji.yaginuma e875273ebc use average_scheduled_poll_interval option instead of deprecated poll_interval
this removes the following warning:

```
DEPRECATION: `config.poll_interval = 0.5` will be removed in Sidekiq 4. Please update to `config.average_scheduled_poll_interval = 0.5`.
```
2015-08-15 22:41:46 +09:00
..
backburner Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
delayed_job/delayed Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
integration use average_scheduled_poll_interval option instead of deprecated poll_interval 2015-08-15 22:41:46 +09:00
que Stop using Que's named queues in its ActiveJob adapter. 2015-03-24 09:25:49 -04:00
queue_classic ActiveJob: Implemented enqueue_at for QueueClassic 2014-09-02 14:35:53 +03:00
sneakers Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
job_buffer.rb [ActiveJob] extract JobBuffer from helper 2014-08-29 08:50:09 +00:00