Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Hash deserialisation | Cristian Bica | 2014-06-03 | 1 | -1/+5 |
| | |||||
* | Deep serialization | Cristian Bica | 2014-06-03 | 1 | -1/+26 |
| | |||||
* | Tagged logging | Cristian Bica | 2014-05-29 | 1 | -6/+51 |
| | |||||
* | Don't swallow unhandled exceptions. | Douwe Maan | 2014-05-23 | 1 | -1/+8 |
| | |||||
* | Rename #perform_with_hooks to #execution | David Heinemeier Hansson | 2014-05-22 | 2 | -2/+2 |
| | |||||
* | Add exception handling with built-in retry options | David Heinemeier Hansson | 2014-05-22 | 2 | -1/+16 |
| | |||||
* | Standardize on "arguments" for everything -- no more "paramters" | David Heinemeier Hansson | 2014-05-22 | 3 | -20/+20 |
| | |||||
* | Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵ | David Heinemeier Hansson | 2014-05-22 | 2 | -0/+38 |
| | | | | methods return a job instance | ||||
* | Change logging on perform to read more naturally | David Heinemeier Hansson | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Added tests for logging | Cristian Bica | 2014-05-22 | 1 | -0/+49 |
| | |||||
* | Make it clear that the later test is skipped for adapters that do not ↵ | David Heinemeier Hansson | 2014-05-20 | 1 | -0/+1 |
| | | | | implement it | ||||
* | merge master | Mike Perham | 2014-05-20 | 1 | -0/+5 |
|\ | |||||
| * | Adds backburner adapter | Dimitar Kostov | 2014-05-20 | 1 | -0/+5 |
| | | |||||
* | | Assert truthy | Mike Perham | 2014-05-20 | 1 | -1/+1 |
| | | |||||
* | | merge master | Mike Perham | 2014-05-20 | 1 | -13/+23 |
|\| | |||||
| * | Add Sneakers test and inline setup/teardown | David Heinemeier Hansson | 2014-05-20 | 1 | -5/+5 |
| | | |||||
| * | Add Que Adapter/Wrapper | Abdelkader Boudih | 2014-05-20 | 1 | -8/+18 |
| | | |||||
* | | Implement enqueue_at/enqueue_in | Mike Perham | 2014-05-19 | 1 | -0/+9 |
|/ | | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough. | ||||
* | Make sure Bignum can be serialized | Rafael Mendonça França | 2014-05-19 | 1 | -0/+10 |
| | |||||
* | Whitelist legal job parameter types | Mike Perham | 2014-05-19 | 1 | -4/+11 |
| | |||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 2 | -0/+46 |
| | |||||
* | Fix for the new adapter setter | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+5 |
|\ | |||||
| * | Implemented delayed job | Cristian Bica | 2014-05-19 | 1 | -0/+5 |
| | | |||||
* | | Extract QueueAdapter module for setting and looking up adapters | David Heinemeier Hansson | 2014-05-19 | 1 | -4/+4 |
|/ | |||||
* | Lazy-load adapters, fixes #6 | Abdelkader Boudih | 2014-05-18 | 1 | -0/+31 |
| | |||||
* | Queue naming with a base, which requires a JobWrapper to comply to Resques ↵ | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+17 |
| | | | | expectation of a class variable | ||||
* | Simplest job and inline queue | David Heinemeier Hansson | 2014-05-18 | 1 | -2/+14 |
| | |||||
* | Skeleton gem | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+7 |