You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails will publish content to the following 4 ActiveJob topics:
enqueue_at.active_job
enqueue.active_job
enqueue_retry.active_job
perform.active_job
We should subscribe to these in a similar manner used for *.action_controller and *.action_view topics.
NOTE: we currently instrument ActiveJob without taking advantage of subscriptions. Make sure to not collide / overlap with that existing instrumentation.
The text was updated successfully, but these errors were encountered:
fallwith
changed the title
Rails notifications: subscribe to ActiveJob topics
Rails notifications: subscribe to additional ActiveJob topics
Nov 8, 2022
fallwith
changed the title
Rails notifications: subscribe to additional ActiveJob topics
Rails notifications: subscribe to ActiveJob topics
Nov 8, 2022
Rails will publish content to the following 4 ActiveJob topics:
enqueue_at.active_job
enqueue.active_job
enqueue_retry.active_job
perform.active_job
We should subscribe to these in a similar manner used for
*.action_controller
and*.action_view topics
.NOTE: we currently instrument ActiveJob without taking advantage of subscriptions. Make sure to not collide / overlap with that existing instrumentation.
The text was updated successfully, but these errors were encountered: