Tag ClickHouse-related Sidekiq jobs
Let's tag all ClickHouse-related sidekiq job with the clickhouse
tag using the tags
metadata field.
This allows customers to move ClickHouse specific worker to a separate Sidekiq shard.
How:
- Locate all Sidekiq jobs that are talking to ClickHouse.
- Use the
tags
metadata field to addclickhouse
. - Compile a new sidekiq queues YML file.
- Update the ClickHouse documentation where we raise awareness about the tagging (plus announce it on slack).
Edited by 🤖 GitLab Bot 🤖