aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/enqueuing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add exception handling with built-in retry optionsDavid Heinemeier Hansson2014-05-221-0/+12
|
* Standardize on "arguments" for everything -- no more "paramters"David Heinemeier Hansson2014-05-221-3/+3
|
* Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵David Heinemeier Hansson2014-05-221-33/+49
| | | | methods return a job instance
* Hide the instrumentation mechanics a little betterDavid Heinemeier Hansson2014-05-221-4/+8
|
* Added tests for loggingCristian Bica2014-05-221-1/+1
|
* 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
| | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier.
* Ensure we are logging the serialized args.Larry Lv2014-05-211-3/+4
|
* mergyMike Perham2014-05-201-1/+0
|\
| * Remove stray ##David Heinemeier Hansson2014-05-201-1/+0
| |
* | More feedbackMike Perham2014-05-201-6/+4
| |
* | merge masterMike Perham2014-05-201-11/+8
|\|
| * Reformat the logging line and ensure we are logging the serialized argsDavid Heinemeier Hansson2014-05-201-2/+3
| |
* | Fix boogs, stub not implemented adaptersMike Perham2014-05-201-4/+5
| |
* | Add logging for enqueued_at and perform errorsMike Perham2014-05-201-0/+1
| |
* | Move past time check out of adaptersMike Perham2014-05-201-1/+5
| |
* | merge masterMike Perham2014-05-201-0/+1
|\|
| * Added logging capabilitiesCristian Bica2014-05-201-0/+1
| |
* | Implement enqueue_at/enqueue_inMike Perham2014-05-191-0/+20
|/ | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough.
* RDoc enqueueMike Perham2014-05-191-1/+9
|
* Add GlobalID support for serializationDavid Heinemeier Hansson2014-05-191-0/+9