aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases/exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-081-87/+78
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-051-6/+25
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-12/+8
* Keep executions for each specific exception (#34352)Alberto Almagro2018-11-231-0/+22
* Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-181-0/+8
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-251-0/+18
* 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/+7
|/
* [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
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Yield the job instance so you have access to things like `job.arguments` on t...David Heinemeier Hansson2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-15/+15
* applies new string literal convention in activejob/testXavier Noria2016-08-061-11/+11
* Fix tests against ActiveSupport::DurationsDavid Heinemeier Hansson2016-08-021-28/+45
* Please RubocupDavid Heinemeier Hansson2016-08-021-2/+2
* Not neededDavid Heinemeier Hansson2016-08-011-1/+0
* Allow for custom handling of exceptions that persist beyond the retry attemptsDavid Heinemeier Hansson2016-08-011-0/+5
* Add exponentially_longer and custom wait algorithmsDavid Heinemeier Hansson2016-08-011-0/+39
* Use descriptive exception namesDavid Heinemeier Hansson2016-08-011-14/+14
* Reraise instead of swallow exceptions that occur beyond the retry attemptsDavid Heinemeier Hansson2016-07-291-1/+1
* Satisfy pedantic rubocop whitespace detectionDavid Heinemeier Hansson2016-07-291-4/+4
* Add retry_on/discard_on for better exception handlingDavid Heinemeier Hansson2016-07-291-0/+47