aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/queueing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix queueing tests that should be consuming the queue rather than draining itJeremy Kemper2012-10-261-1/+1
|
* Job consumer logs to Rails.logger by defaultJeremy Kemper2012-10-261-2/+5
|
* Job worker thread logs failed jobs tooJeremy Kemper2012-10-261-1/+1
|
* Job worker thread logs to stderr if no logger is providedJeremy Kemper2012-10-261-2/+1
|
* Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-4/+0
|
* Remove the queue container. Premature consolidation. Set up and maintain ↵Jeremy Kemper2012-10-121-26/+0
| | | | queues in the classes that use them instead.
* Raise the same exception the code is handlingSantiago Pastorino2012-09-211-1/+1
|
* 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