Fix CH event sync worker queue namespace
What does this MR do and why?
This MR adds the cronjob
prefix to the ClickHouse::EventsSyncWorker
sidekiq job.
Usually with queue changes some sort of migration process is needed. In this case we can skip it because:
- The cronjob only runs on SaaS.
- The cronjob is currently a no-op, feature flag to execute its code is set to false.
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.