Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix queueing tests that should be consuming the queue rather than draining it | Jeremy Kemper | 2012-10-26 | 1 | -3/+9 |
| | |||||
* | Job worker thread logs failed jobs too | Jeremy Kemper | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Job worker thread logs to stderr if no logger is provided | Jeremy Kemper | 2012-10-26 | 1 | -0/+12 |
| | |||||
* | Remove the queue container. Premature consolidation. Set up and maintain ↵ | Jeremy Kemper | 2012-10-12 | 1 | -28/+0 |
| | | | | queues in the classes that use them instead. | ||||
* | Move the TestQueue tests to the proper file | Rafael Mendonça França | 2012-10-12 | 1 | -0/+44 |
| | |||||
* | No need to defensively work jobs in another thread | Jeremy Kemper | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Remove unncessary code. | kennyj | 2012-09-17 | 1 | -1/+0 |
| | |||||
* | Always run jobs using a consumer, even in synchronous & test queues, to ↵ | Jeremy Kemper | 2012-09-16 | 3 | -37/+59 |
| | | | | ensure shared behavior. | ||||
* | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 3 | -0/+228 |