aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* add missing closing tag [ci skip]yuuji.yaginuma2016-10-141-1/+1
* correct exception class in `retry_on` example [ci skip]yuuji.yaginuma2016-08-201-2/+2
* Yield the job instance so you have access to things like `job.arguments` on t...David Heinemeier Hansson2016-08-161-3/+3
* applies new string literal convention in activejob/libXavier Noria2016-08-061-1/+1
* Fix tests against ActiveSupport::DurationsDavid Heinemeier Hansson2016-08-021-4/+9
* Please RubocupDavid Heinemeier Hansson2016-08-021-3/+3
* Allow for custom handling of exceptions that persist beyond the retry attemptsDavid Heinemeier Hansson2016-08-011-4/+14
* Add exponentially_longer and custom wait algorithmsDavid Heinemeier Hansson2016-08-011-3/+25
* Reraise instead of swallow exceptions that occur beyond the retry attemptsDavid Heinemeier Hansson2016-07-291-1/+2
* Proper logging when we bail on retrying after X attemptsDavid Heinemeier Hansson2016-07-291-2/+6
* Allow retries to happen with different priority and queueDavid Heinemeier Hansson2016-07-291-2/+4
* Require time extension for 3.seconds defaultDavid Heinemeier Hansson2016-07-291-0/+2
* Mention defaultsDavid Heinemeier Hansson2016-07-291-2/+2
* Satisfy pedantic rubocop whitespace detectionDavid Heinemeier Hansson2016-07-291-2/+2
* Remove needless requireDavid Heinemeier Hansson2016-07-291-2/+0
* Add retry_on/discard_on for better exception handlingDavid Heinemeier Hansson2016-07-291-0/+78