Skip to content

dep: bump yabeda-sidekiq from 0.9.0 to 0.10.0

George Koltsov requested to merge dependabot-bundler-yabeda-sidekiq-0.10.0 into main

Bumps yabeda-sidekiq from 0.9.0 to 0.10.0.

Release notes

Sourced from yabeda-sidekiq's releases.

0.10.0: Rerouted jobs monitoring

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]
Changelog

Sourced from yabeda-sidekiq's changelog.

0.10.0 - 2022-10-25

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]
Commits
  • 8b97eb3 0.10.0: Rerouted jobs monitoring
  • 704e36e Little README fixes [ci skip]
  • 4f4d512 Track final queue for enqueued jobs and metric for rerouted jobs (#30)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Allure report

allure-report-publisher generated test report!

rspec: test report for 3bb7d876

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| services    | 181    | 0      | 0       | 0     | 181   | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 243    | 0      | 0       | 0     | 243   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports