Skip to content

Commit

Permalink
Add AS instrument hook to guides
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Feb 14, 2023
1 parent 9922cea commit 5fb7eb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions guides/source/active_support_instrumentation.md
Expand Up @@ -558,6 +558,13 @@ INFO. Cache stores may add their own keys
| `:error` | The error that caused the retry |
| `:wait` | The delay of the retry |

#### enqueue_all.active_job

| Key | Value |
| ------------ | -------------------------------------- |
| `:adapter` | QueueAdapter object processing the job |
| `:jobs` | An array of Job objects |

#### perform_start.active_job

| Key | Value |
Expand Down

0 comments on commit 5fb7eb1

Please sign in to comment.