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/adapters
Jeremy Daer a66780bfff Active Job: smaller footprint for the dev/test async adapter
Use one shared worker pool for all queues with 0-#CPU workers rather
than separate pools per queue with 2-10*#CPU workers each.
2016-02-29 15:58:26 -07:00
..
async.rb Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
backburner.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
delayed_job.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
inline.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
qu.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
que.rb Added enqueue_at support for QueAdapter in ActiveJob 2014-08-21 04:27:30 +00:00
queue_classic.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
resque.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
sidekiq.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
sneakers.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
sucker_punch.rb Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' 2014-08-12 09:17:19 +00:00
test.rb ActiveJob testing improvements 2014-12-30 17:53:42 +02:00