Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix queueing tests that should be consuming the queue rather than draining it | Jeremy Kemper | 2012-10-26 | 1 | -1/+1 |
* | Job consumer logs to Rails.logger by default | Jeremy Kemper | 2012-10-26 | 1 | -2/+5 |
* | 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 | -2/+1 |
* | Backpedal from class-oriented config.queue. Set an actual queue instance. | Jeremy Kemper | 2012-10-12 | 1 | -4/+0 |
* | Remove the queue container. Premature consolidation. Set up and maintain queu... | Jeremy Kemper | 2012-10-12 | 1 | -26/+0 |
* | Raise the same exception the code is handling | Santiago Pastorino | 2012-09-21 | 1 | -1/+1 |
* | No need to defensively work jobs in another thread | Jeremy Kemper | 2012-09-18 | 1 | -1/+1 |
* | Always run jobs using a consumer, even in synchronous & test queues, to ensur... | Jeremy Kemper | 2012-09-16 | 1 | -32/+49 |
* | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 1 | -0/+116 |