#6461·sidekiq

Notifications and Events

Author: mperhamCreated Oct 15, 2024Updated Jun 13, 2026

Several people have asked for better/deeper integration with instrumentation like ActiveSupport's notifications. Things which are log warnings today could be emitted as notifications, which are more flexible in where they go and how they can be monitored. For instance, the slow RTT warning or slow job iteration (i.e. an iteration which takes longer than Sidekiq's timeout setting).

Provide an adapter layer for AS::Notifications. Are there any other notification APIs of any significance in Ruby?

https://guides.rubyonrails.org/active_support_instrumentation.html#creating-custom-events