What does this MR do and why?
Upgrades sidekiq-cron and adds an explicit require for sidekiq/job_logger. Previously, this was loaded by sidekiq-cron's launcher which is now refactored to only load the Sidekiq classes when needed.
Links
- https://github.com/ondrejbartas/sidekiq-cron/blob/master/Changes.md
- https://github.com/ondrejbartas/sidekiq-cron/compare/v1.0.4...v1.2.0
How to set up and validate locally
- Run Sidekiq and verify that cron jobs are being enqueued
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #343695 (closed)