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
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
..
queue_adapters Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
arguments.rb Added support for bigdecimals in perform later 2015-12-03 18:45:55 +05:30
base.rb
callbacks.rb
configured_job.rb
core.rb
enqueuing.rb
execution.rb
gem_version.rb Prep release for Rails 5 beta3 2016-02-24 10:27:02 -05:00
logging.rb
queue_adapter.rb Missed a few spots in inline -> async switch 2016-02-05 16:05:48 +01:00
queue_adapters.rb Update ActiveJob adapter for sucker_punch 2.0 2016-01-27 12:49:35 -05:00
queue_name.rb
queue_priority.rb
railtie.rb Missed a few spots in inline -> async switch 2016-02-05 16:05:48 +01:00
test_case.rb
test_helper.rb Do not define methods in the included block 2016-02-24 13:37:32 -03:00
translation.rb
version.rb