index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activejob
/
test
/
jobs
/
retry_job.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite ActiveJob exception tests so it runs with the real adapters
Rosa Gutierrez
2019-01-08
1
-1
/
+7
*
Support in-flight jobs stored before individual execution counters for `retry...
Rosa Gutierrez
2019-01-05
1
-11
/
+3
*
Keep executions for each specific exception (#34352)
Alberto Almagro
2018-11-23
1
-0
/
+9
*
Increment execution count before deserialize arguments
yuuji.yaginuma
2018-08-18
1
-0
/
+1
*
Allow passing multiple exceptions to retry_on/discard_on
George Claghorn
2018-06-25
1
-0
/
+7
*
Rename exception variable to error.
Kasper Timm Hansen
2018-05-21
1
-2
/
+2
*
Pass the error instance as the second parameter of block executed by `discard...
yuuji.yaginuma
2018-05-12
1
-1
/
+1
*
Merge branch 'master' into custom-discarded-job-handling
Aidan Haran
2017-12-09
1
-1
/
+1
|
\
|
*
Test exception message to ensure an exception instance is yielded
Kazunori Kajihiro
2017-10-13
1
-1
/
+1
*
|
Allow for custom handling of exceptions that are discarded
Aidan Haran
2017-09-16
1
-0
/
+2
|
/
*
[Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveJob
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Yield the job instance so you have access to things like `job.arguments` on t...
David Heinemeier Hansson
2016-08-16
1
-1
/
+1
*
applies new string literal convention in activejob/test
Xavier Noria
2016-08-06
1
-2
/
+2
*
Fix tests against ActiveSupport::Durations
David Heinemeier Hansson
2016-08-02
1
-0
/
+2
*
Allow for custom handling of exceptions that persist beyond the retry attempts
David Heinemeier Hansson
2016-08-01
1
-0
/
+2
*
Add exponentially_longer and custom wait algorithms
David Heinemeier Hansson
2016-08-01
1
-0
/
+4
*
Use descriptive exception names
David Heinemeier Hansson
2016-08-01
1
-6
/
+6
*
Add retry_on/discard_on for better exception handling
David Heinemeier Hansson
2016-07-29
1
-0
/
+21