aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/retry_job.rb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-081-1/+7
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-051-11/+3
* Keep executions for each specific exception (#34352)Alberto Almagro2018-11-231-0/+9
* Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-181-0/+1
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-251-0/+7
* Rename exception variable to error.Kasper Timm Hansen2018-05-211-2/+2
* Pass the error instance as the second parameter of block executed by `discard...yuuji.yaginuma2018-05-121-1/+1
* Merge branch 'master' into custom-discarded-job-handlingAidan Haran2017-12-091-1/+1
|\
| * Test exception message to ensure an exception instance is yieldedKazunori Kajihiro2017-10-131-1/+1
* | Allow for custom handling of exceptions that are discardedAidan Haran2017-09-161-0/+2
|/
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Yield the job instance so you have access to things like `job.arguments` on t...David Heinemeier Hansson2016-08-161-1/+1
* applies new string literal convention in activejob/testXavier Noria2016-08-061-2/+2
* Fix tests against ActiveSupport::DurationsDavid Heinemeier Hansson2016-08-021-0/+2
* Allow for custom handling of exceptions that persist beyond the retry attemptsDavid Heinemeier Hansson2016-08-011-0/+2
* Add exponentially_longer and custom wait algorithmsDavid Heinemeier Hansson2016-08-011-0/+4
* Use descriptive exception namesDavid Heinemeier Hansson2016-08-011-6/+6
* Add retry_on/discard_on for better exception handlingDavid Heinemeier Hansson2016-07-291-0/+21