aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-09-16 17:27:05 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-09-16 17:44:07 +0300
commitfa2001ace68767daa126c6aaf7b120ff021af07b (patch)
tree91120a3ae5448634c1c355c2a119ad8be64386e5 /guides/source
parent2df65b6fae6d5356ba783809a3c9a598f1539e3e (diff)
downloadrails-fa2001ace68767daa126c6aaf7b120ff021af07b.tar.gz
rails-fa2001ace68767daa126c6aaf7b120ff021af07b.tar.bz2
rails-fa2001ace68767daa126c6aaf7b120ff021af07b.zip
Payload of `enqueue_retry.active_job` includes `:wait`
Add mention about it to the "Active Support Instrumentation" guide Related to https://github.com/rails/rails/pull/33751#discussion_r214745153 Follow up #33751
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/active_support_instrumentation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index 69c6a6e414..9963125fa2 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -467,6 +467,7 @@ Active Job
| `:job` | Job object |
| `:adapter` | QueueAdapter object processing the job |
| `:error` | The error that caused the retry |
+| `:wait` | The delay of the retry |
### perform_start.active_job