Skip to content

0.10.0: Rerouted jobs monitoring

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 14:28
v0.10.0
8b97eb3

Added

  • New metric sidekiq_jobs_rerouted_total_count to measure jobs that on enqueue were pushed to different queue from the one specified in worker's sidekiq_options. See #30. [@LukinEgor]

Fixed

  • In sidekiq_jobs_enqueued_total_count track real queue that job was pushed into, not the one specified in sidekiq_options (sometimes they may be different). See #30. [@LukinEgor]