From fa2001ace68767daa126c6aaf7b120ff021af07b Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sun, 16 Sep 2018 17:27:05 +0300 Subject: 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 --- guides/source/active_support_instrumentation.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/source') 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 -- cgit v1.2.3