aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/async_job.rb
Commit message (Collapse)AuthorAgeFilesLines
* Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-291-77/+0
| | | | | 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
|
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+4
|
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+1
| | | | | | | The thread_safe gem is being deprecated and all its code has been merged into the concurrent-ruby gem. The new class, Concurrent::Map, is exactly the same as its predecessor except for fixes to two bugs discovered during the merge.
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-0/+75