Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sidekiq::Client does not support symbols as keys | Abdelkader Boudih | 2014-05-29 | 1 | -0/+1 |
| | |||||
* | Tagged logging | Cristian Bica | 2014-05-29 | 1 | -3/+3 |
| | |||||
* | Rename #perform_with_hooks to #execution | David Heinemeier Hansson | 2014-05-22 | 9 | -10/+10 |
| | |||||
* | Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵ | David Heinemeier Hansson | 2014-05-22 | 9 | -10/+10 |
| | | | | methods return a job instance | ||||
* | Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency. | Douwe Maan | 2014-05-21 | 9 | -18/+18 |
| | |||||
* | Don't deserialize parameters in individual adapters. | Douwe Maan | 2014-05-21 | 9 | -11/+11 |
| | | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier. | ||||
* | Style | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Highlight difference by placing addition at the end | David Heinemeier Hansson | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | Style | David Heinemeier Hansson | 2014-05-20 | 1 | -4/+4 |
| | |||||
* | Remove unnecessary comment | Mike Perham | 2014-05-20 | 1 | -1/+0 |
| | |||||
* | Switch to NIE | Mike Perham | 2014-05-20 | 1 | -6/+1 |
| | |||||
* | cleanup | Mike Perham | 2014-05-20 | 1 | -7/+3 |
| | |||||
* | More feedback | Mike Perham | 2014-05-20 | 1 | -2/+1 |
| | |||||
* | merge master | Mike Perham | 2014-05-20 | 5 | -8/+50 |
|\ | |||||
| * | 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 |
| | | | |||||
| * | | 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 | 3 | -1/+9 |
| | | | |||||
* | | | Add logging for enqueued_at and perform errors | Mike Perham | 2014-05-20 | 1 | -1/+1 |
| | | | |||||
* | | | Move past time check out of adapters | Mike Perham | 2014-05-20 | 2 | -9/+1 |
| | | | |||||
* | | | merge master | Mike Perham | 2014-05-20 | 4 | -4/+45 |
|\| | | |||||
| * | | 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 |
| | |/ / | |||||
| * / / | Add Que Adapter/Wrapper | Abdelkader Boudih | 2014-05-20 | 1 | -0/+19 |
| |/ / | |||||
| * / | 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 | 6 | -2/+50 |
|/ | | | | | 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 |
| | |||||
* | Refactor Resque adapter to be more consistent with others | Douwe Maan | 2014-05-19 | 1 | -7/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 | 4 | -8/+48 |
| | |||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 2 | -2/+3 |
| | |||||
* | Implemented delayed job | Cristian Bica | 2014-05-19 | 1 | -0/+13 |
| | |||||
* | Add Sucker Punch adapter/wrapper | Abdelkader Boudih | 2014-05-18 | 1 | -0/+14 |
| | |||||
* | Add Sidekiq adapter/wrapper fixes #3 | Abdelkader Boudih | 2014-05-18 | 1 | -0/+14 |
| | |||||
* | Queue naming with a base, which requires a JobWrapper to comply to Resques ↵ | David Heinemeier Hansson | 2014-05-18 | 1 | -1/+2 |
| | | | | expectation of a class variable | ||||
* | Add ResqueAdapter and provide test infrastructure for the now multiple adapters | David Heinemeier Hansson | 2014-05-18 | 1 | -2/+4 |
| | |||||
* | Rename to InlineAdapter to match *Adapter form, even if the queue is ↵ | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+11 |
| | | | | embedded in there too | ||||
* | Simplest job and inline queue | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+11 |