Skip to content

Fix CH event sync worker queue namespace

Adam Hegyi requested to merge ah-fix-cronjob-queue-namespace into master

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.

Merge request reports

Loading