aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/queue_adapters/sidekiq_adapter.rb
Commit message (Expand)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
* 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
* | Move past time check out of adaptersMike Perham2014-05-201-2/+0
* | Implement enqueue_at/enqueue_inMike Perham2014-05-191-0/+7
|/
* 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