aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix boogs, stub not implemented adaptersMike Perham2014-05-204-5/+14
| | | |
* | | | Add logging for enqueued_at and perform errorsMike Perham2014-05-203-1/+21
| | | |
* | | | Move past time check out of adaptersMike Perham2014-05-203-10/+6
| | | |
* | | | merge masterMike Perham2014-05-209-13/+81
|\| | |
| * | | Moved log_subcriber dependency and cleanupCristian Bica2014-05-203-2/+2
| | | |
| * | | Added logging capabilitiesCristian Bica2014-05-204-1/+29
| | |/ | |/|
| * | Merge pull request #42 from zhouguangming/refactorDavid Heinemeier Hansson2014-05-202-5/+4
| |\ \ | | | | | | | | Make consistent code style
| | * | Make consistent code stylezhouguangming2014-05-202-5/+4
| | | |
| * | | Merge pull request #45 from DouweM/patch-2David Heinemeier Hansson2014-05-201-2/+1
| |\ \ \ | | | | | | | | | | Determine full class name dynamically in QC adapter.
| | * | | Determine full class name dynamically in QC adapter.Douwe Maan2014-05-201-2/+1
| | |/ /
| * | | Merge pull request #31 from seuros/masterDavid Heinemeier Hansson2014-05-201-0/+19
| |\ \ \ | | | | | | | | | | Add Que Adapter/Wrapper
| | * | | Add Que Adapter/WrapperAbdelkader Boudih2014-05-201-0/+19
| | |/ /
| * | | Clarify that the other option for name_or_adapter is to be a class (the ↵David Heinemeier Hansson2014-05-201-1/+1
| | | | | | | | | | | | | | | | Adapter class)
| * | | No need for the local variableDavid Heinemeier Hansson2014-05-201-8/+7
| |/ /
| * / Add Sneakers wrapperJohn DeSilva2014-05-201-0/+24
| |/
* | remove debuggingMike Perham2014-05-191-1/+1
| |
* | Implement enqueue_at/enqueue_inMike Perham2014-05-197-2/+70
|/ | | | | 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 adapterCristian Bica2014-05-201-0/+20
|
* RDoc enqueueMike Perham2014-05-191-1/+9
|
* Refactor Resque adapter to be more consistent with othersDouwe Maan2014-05-191-7/+3
|
* Make sure Bignum can be serializedRafael Mendonça França2014-05-191-1/+1
|
* StylingDavid Heinemeier Hansson2014-05-191-1/+1
|
* Have Sidekiq adapter take queue_name into account.Douwe Maan2014-05-191-1/+1
|
* Whitelist legal job parameter typesMike Perham2014-05-191-3/+7
|
* Use case/whenAbdelkader Boudih2014-05-191-2/+3
|
* Move to instance method and document usageDavid Heinemeier Hansson2014-05-195-5/+5
|
* No need to qualify the Parameters class with the namespaceDavid Heinemeier Hansson2014-05-195-5/+5
|
* Inline the job wrappersDavid Heinemeier Hansson2014-05-198-70/+48
|
* Add GlobalID support for serializationDavid Heinemeier Hansson2014-05-199-11/+43
|
* Extract QueueName into its own moduleDavid Heinemeier Hansson2014-05-192-13/+14
|
* Merge branch 'master' of github.com:rails/activejobDavid Heinemeier Hansson2014-05-191-0/+13
|\
| * Implemented delayed jobCristian Bica2014-05-191-0/+13
| |
* | 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-184-0/+60