aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/queue_adapters/sidekiq_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency.Douwe Maan2014-05-211-2/+2
|
* Don't deserialize parameters in individual adapters.Douwe Maan2014-05-211-1/+1
| | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier.
* Highlight difference by placing addition at the endDavid Heinemeier Hansson2014-05-201-2/+2
|
* merge masterMike Perham2014-05-201-3/+11
|\
| * StylingDavid Heinemeier Hansson2014-05-201-7/+6
| |
| * Remove all Sidekiq-specific stuff from job, enable retries by defaultMike Perham2014-05-201-7/+5
| |
| * Reimplement Sidekiq workerMike Perham2014-05-191-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.
* | Move past time check out of adaptersMike Perham2014-05-201-2/+0
| |
* | Implement enqueue_at/enqueue_inMike Perham2014-05-191-0/+7
|/ | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough.
* StylingDavid Heinemeier Hansson2014-05-191-1/+1
|
* Have Sidekiq adapter take queue_name into account.Douwe Maan2014-05-191-1/+1
|
* Move to instance method and document usageDavid Heinemeier Hansson2014-05-191-1/+1
|
* No need to qualify the Parameters class with the namespaceDavid Heinemeier Hansson2014-05-191-1/+1
|
* Inline the job wrappersDavid Heinemeier Hansson2014-05-191-2/+9
|
* Add Sidekiq adapter/wrapper fixes #3Abdelkader Boudih2014-05-181-0/+14