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
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
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
sidekiq.rb Remove celluloid from the Gemfile 2016-01-27 15:44:26 -05:00
sneakers.rb
sucker_punch.rb