aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job
Commit message (Collapse)AuthorAgeFilesLines
* Active Job RailtieAbdelkader Boudih2014-05-211-0/+11
|
* Merge pull request #43 from mytrile/masterDavid Heinemeier Hansson2014-05-201-0/+21
|\ | | | | Adding backburner(beanstalks client) adapter
| * Adds backburner adapterDimitar Kostov2014-05-201-0/+21
| |
* | Merge pull request #44 from DouweM/patch-1Rafael Mendonça França2014-05-201-3/+7
|\ \ | | | | | | Have Sneakers adapter take queue_name into account.
| * | Have Sneakers adapter take queue_name into account.Douwe Maan2014-05-201-3/+7
| | |
* | | StylingDavid Heinemeier Hansson2014-05-201-7/+6
| | |
* | | Reformat the logging line and ensure we are logging the serialized argsDavid Heinemeier Hansson2014-05-202-7/+9
| | |
* | | Merge pull request #38 from mperham/rework_sidekiqDavid Heinemeier Hansson2014-05-201-2/+7
|\ \ \ | |/ / |/| | Reimplement Sidekiq adapter
| * | 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.
* | | 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
|/
* 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-183-0/+27