Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #43 from mytrile/master | David Heinemeier Hansson | 2014-05-20 | 1 | -0/+21 | |
| |\ | | | | | | | Adding backburner(beanstalks client) adapter | |||||
| | * | Adds backburner adapter | Dimitar Kostov | 2014-05-20 | 1 | -0/+21 | |
| | | | ||||||
| * | | Merge pull request #44 from DouweM/patch-1 | Rafael Mendonça França | 2014-05-20 | 1 | -3/+7 | |
| |\ \ | | | | | | | | | Have Sneakers adapter take queue_name into account. | |||||
| | * | | Have Sneakers adapter take queue_name into account. | Douwe Maan | 2014-05-20 | 1 | -3/+7 | |
| | | | | ||||||
| * | | | Styling | David Heinemeier Hansson | 2014-05-20 | 1 | -7/+6 | |
| | | | | ||||||
| * | | | Reformat the logging line and ensure we are logging the serialized args | David Heinemeier Hansson | 2014-05-20 | 2 | -7/+9 | |
| | | | | ||||||
| * | | | Merge pull request #38 from mperham/rework_sidekiq | David Heinemeier Hansson | 2014-05-20 | 1 | -2/+7 | |
| |\ \ \ | | |/ / | |/| | | Reimplement Sidekiq adapter | |||||
| | * | | Remove all Sidekiq-specific stuff from job, enable retries by default | Mike Perham | 2014-05-20 | 1 | -7/+5 | |
| | | | | ||||||
| | * | | Reimplement Sidekiq worker | Mike Perham | 2014-05-19 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | This better integrates various Sidekiq features into AJ jobs. Things like the JID will be set as expected and the user can use `sidekiq_options` in AJ::Base subclasses as usual to configure various features. | |||||
* | | | | Fix boogs, stub not implemented adapters | Mike Perham | 2014-05-20 | 4 | -5/+14 | |
| | | | | ||||||
* | | | | Add logging for enqueued_at and perform errors | Mike Perham | 2014-05-20 | 3 | -1/+21 | |
| | | | | ||||||
* | | | | Move past time check out of adapters | Mike Perham | 2014-05-20 | 3 | -10/+6 | |
| | | | | ||||||
* | | | | merge master | Mike Perham | 2014-05-20 | 9 | -13/+81 | |
|\| | | | ||||||
| * | | | Moved log_subcriber dependency and cleanup | Cristian Bica | 2014-05-20 | 3 | -2/+2 | |
| | | | | ||||||
| * | | | Added logging capabilities | Cristian Bica | 2014-05-20 | 4 | -1/+29 | |
| | |/ | |/| | ||||||
| * | | Merge pull request #42 from zhouguangming/refactor | David Heinemeier Hansson | 2014-05-20 | 2 | -5/+4 | |
| |\ \ | | | | | | | | | Make consistent code style | |||||
| | * | | Make consistent code style | zhouguangming | 2014-05-20 | 2 | -5/+4 | |
| | | | | ||||||
| * | | | Merge pull request #45 from DouweM/patch-2 | David Heinemeier Hansson | 2014-05-20 | 1 | -2/+1 | |
| |\ \ \ | | | | | | | | | | | Determine full class name dynamically in QC adapter. | |||||
| | * | | | Determine full class name dynamically in QC adapter. | Douwe Maan | 2014-05-20 | 1 | -2/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #31 from seuros/master | David Heinemeier Hansson | 2014-05-20 | 1 | -0/+19 | |
| |\ \ \ | | | | | | | | | | | Add Que Adapter/Wrapper | |||||
| | * | | | Add Que Adapter/Wrapper | Abdelkader Boudih | 2014-05-20 | 1 | -0/+19 | |
| | |/ / | ||||||
| * | | | Clarify that the other option for name_or_adapter is to be a class (the ↵ | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Adapter class) | |||||
| * | | | No need for the local variable | David Heinemeier Hansson | 2014-05-20 | 1 | -8/+7 | |
| |/ / | ||||||
| * / | Add Sneakers wrapper | John DeSilva | 2014-05-20 | 1 | -0/+24 | |
| |/ | ||||||
* | | remove debugging | Mike Perham | 2014-05-19 | 1 | -1/+1 | |
| | | ||||||
* | | Implement enqueue_at/enqueue_in | Mike Perham | 2014-05-19 | 7 | -2/+70 | |
|/ | | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough. | |||||
* | Implemented queue_classic adapter | Cristian Bica | 2014-05-20 | 1 | -0/+20 | |
| | ||||||
* | RDoc enqueue | Mike Perham | 2014-05-19 | 1 | -1/+9 | |
| | ||||||
* | Refactor Resque adapter to be more consistent with others | Douwe Maan | 2014-05-19 | 1 | -7/+3 | |
| | ||||||
* | Make sure Bignum can be serialized | Rafael Mendonça França | 2014-05-19 | 1 | -1/+1 | |
| | ||||||
* | Styling | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+1 | |
| | ||||||
* | Have Sidekiq adapter take queue_name into account. | Douwe Maan | 2014-05-19 | 1 | -1/+1 | |
| | ||||||
* | Whitelist legal job parameter types | Mike Perham | 2014-05-19 | 1 | -3/+7 | |
| | ||||||
* | Use case/when | Abdelkader Boudih | 2014-05-19 | 1 | -2/+3 | |
| | ||||||
* | Move to instance method and document usage | David Heinemeier Hansson | 2014-05-19 | 5 | -5/+5 | |
| | ||||||
* | No need to qualify the Parameters class with the namespace | David Heinemeier Hansson | 2014-05-19 | 5 | -5/+5 | |
| | ||||||
* | Inline the job wrappers | David Heinemeier Hansson | 2014-05-19 | 8 | -70/+48 | |
| | ||||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 9 | -11/+43 | |
| | ||||||
* | Extract QueueName into its own module | David Heinemeier Hansson | 2014-05-19 | 2 | -13/+14 | |
| | ||||||
* | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+13 | |
|\ | ||||||
| * | Implemented delayed job | Cristian Bica | 2014-05-19 | 1 | -0/+13 | |
| | | ||||||
* | | Extract QueueAdapter module for setting and looking up adapters | David Heinemeier Hansson | 2014-05-19 | 2 | -6/+27 | |
|/ | ||||||
* | Dont need the explicit error handling -- if the require fails, it will raise ↵ | David Heinemeier Hansson | 2014-05-19 | 2 | -26/+2 | |
| | | | | exactly the error we want to communicate anyway. Also use the load path, so we can allow plugins, rather than requre_relative | |||||
* | Lazy-load adapters, fixes #6 | Abdelkader Boudih | 2014-05-18 | 3 | -5/+32 | |
| | ||||||
* | Add Sucker Punch adapter/wrapper | Abdelkader Boudih | 2014-05-18 | 3 | -0/+26 | |
| | ||||||
* | Correct typo in version.rb | Abdelkader Boudih | 2014-05-18 | 1 | -1/+1 | |
| | ||||||
* | Add Sidekiq adapter/wrapper fixes #3 | Abdelkader Boudih | 2014-05-18 | 3 | -0/+26 | |
| | ||||||
* | Clean up JobWrappers::ResqueWrapper.perform | Charlie Somerville | 2014-05-19 | 1 | -9/+3 | |
| | | | | | This is not only easier to read, but it'll also properly raise an ArgumentError rather than a NoMethodError when called with no arguments. It also allocates 4 fewer objects per call (8 down from 12), and is about 50% faster according to a quick benchmark. | |||||
* | Queue naming with a base, which requires a JobWrapper to comply to Resques ↵ | David Heinemeier Hansson | 2014-05-18 | 3 | -3/+47 | |
| | | | | expectation of a class variable | |||||
* | Add ResqueAdapter and provide test infrastructure for the now multiple adapters | David Heinemeier Hansson | 2014-05-18 | 2 | -4/+9 | |
| |