aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/queueing.rb
Commit message (Collapse)AuthorAgeFilesLines
* No need to defensively work jobs in another threadJeremy Kemper2012-09-181-1/+1
|
* Always run jobs using a consumer, even in synchronous & test queues, to ↵Jeremy Kemper2012-09-161-32/+49
| | | | ensure shared behavior.
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-0/+116