aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job
Commit message (Collapse)AuthorAgeFilesLines
* Extract QueueAdapter module for setting and looking up adaptersDavid Heinemeier Hansson2014-05-192-6/+27
|
* Dont need the explicit error handling -- if the require fails, it will raise ↵David Heinemeier Hansson2014-05-192-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 #6Abdelkader Boudih2014-05-183-5/+32
|
* Add Sucker Punch adapter/wrapperAbdelkader Boudih2014-05-183-0/+26
|
* Correct typo in version.rbAbdelkader Boudih2014-05-181-1/+1
|
* Add Sidekiq adapter/wrapper fixes #3Abdelkader Boudih2014-05-183-0/+26
|
* 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-183-3/+47
| | | | expectation of a class variable
* Add ResqueAdapter and provide test infrastructure for the now multiple adaptersDavid Heinemeier Hansson2014-05-182-4/+9
|
* Rename to InlineAdapter to match *Adapter form, even if the queue is ↵David Heinemeier Hansson2014-05-181-0/+11
| | | | embedded in there too
* Simplest job and inline queueDavid Heinemeier Hansson2014-05-182-0/+18
|
* Skeleton gemDavid Heinemeier Hansson2014-05-183-0/+27