aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters/async_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-291-7/+98
| | | | | Use one shared worker pool for all queues with 0-#CPU workers rather than separate pools per queue with 2-10*#CPU workers each.
* [ci skip] Fix enqueuing spelling to maintain consistencyAbhishek Jain2016-02-121-1/+1
|
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-0/+23