aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/job_wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Lazy-load adapters, fixes #6Abdelkader Boudih2014-05-181-1/+1
|
* Add Sucker Punch adapter/wrapperAbdelkader Boudih2014-05-181-0/+11
|
* Add Sidekiq adapter/wrapper fixes #3Abdelkader Boudih2014-05-181-0/+11
|
* Clean up JobWrappers::ResqueWrapper.performCharlie Somerville2014-05-191-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 Hansson2014-05-181-0/+37
expectation of a class variable