Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add exception handling with built-in retry options | David Heinemeier Hansson | 2014-05-22 | 1 | -0/+12 |
| | |||||
* | Standardize on "arguments" for everything -- no more "paramters" | David Heinemeier Hansson | 2014-05-22 | 1 | -3/+3 |
| | |||||
* | Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵ | David Heinemeier Hansson | 2014-05-22 | 1 | -33/+49 |
| | | | | methods return a job instance | ||||
* | Hide the instrumentation mechanics a little better | David Heinemeier Hansson | 2014-05-22 | 1 | -4/+8 |
| | |||||
* | Added tests for logging | Cristian Bica | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency. | Douwe Maan | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Don't deserialize parameters in individual adapters. | Douwe Maan | 2014-05-21 | 1 | -1/+1 |
| | | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier. | ||||
* | Ensure we are logging the serialized args. | Larry Lv | 2014-05-21 | 1 | -3/+4 |
| | |||||
* | mergy | Mike Perham | 2014-05-20 | 1 | -1/+0 |
|\ | |||||
| * | Remove stray ## | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+0 |
| | | |||||
* | | More feedback | Mike Perham | 2014-05-20 | 1 | -6/+4 |
| | | |||||
* | | merge master | Mike Perham | 2014-05-20 | 1 | -11/+8 |
|\| | |||||
| * | Reformat the logging line and ensure we are logging the serialized args | David Heinemeier Hansson | 2014-05-20 | 1 | -2/+3 |
| | | |||||
* | | Fix boogs, stub not implemented adapters | Mike Perham | 2014-05-20 | 1 | -4/+5 |
| | | |||||
* | | Add logging for enqueued_at and perform errors | Mike Perham | 2014-05-20 | 1 | -0/+1 |
| | | |||||
* | | Move past time check out of adapters | Mike Perham | 2014-05-20 | 1 | -1/+5 |
| | | |||||
* | | merge master | Mike Perham | 2014-05-20 | 1 | -0/+1 |
|\| | |||||
| * | Added logging capabilities | Cristian Bica | 2014-05-20 | 1 | -0/+1 |
| | | |||||
* | | Implement enqueue_at/enqueue_in | Mike Perham | 2014-05-19 | 1 | -0/+20 |
|/ | | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough. | ||||
* | RDoc enqueue | Mike Perham | 2014-05-19 | 1 | -1/+9 |
| | |||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+9 |