1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job/queue_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_adapter.rb Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
backburner_adapter.rb ActiveJob::QueueAdapters::* are no longer singletons 2015-03-11 15:58:41 -07:00
delayed_job_adapter.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
inline_adapter.rb [ci skip] Fix enqueuing spelling to maintain consistency 2016-02-12 23:49:08 +05:30
qu_adapter.rb Provide provider_job_id to qu adapter. 2015-05-07 19:17:22 -04:00
que_adapter.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
queue_classic_adapter.rb implement provider_job_id for queue_classic. 2015-08-13 10:00:19 +02:00
resque_adapter.rb ActiveJob::QueueAdapters::* are no longer singletons 2015-03-11 15:58:41 -07:00
sidekiq_adapter.rb Refactor sidekiq adapter enqueue and enqueue_at methods 2015-05-08 16:45:04 +03:00
sneakers_adapter.rb monitor is require for SneakersAdapter 2015-10-06 10:34:56 +05:30
sucker_punch_adapter.rb Update sucker_punch adapter's description 2016-01-27 16:07:46 -05:00
test_adapter.rb ActiveJob::QueueAdapters::* are no longer singletons 2015-03-11 15:58:41 -07:00