aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/retry_job.rb
Commit message (Expand)AuthorAgeFilesLines
* 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