Skip to content

Draft: Bump sidekiq concurrency setting for cng kind deployments

Andrejs Cunskis requested to merge andrey-increase-sidekiq-replicas into master

What does this MR do and why?

We currently don't have any monitoring in to cng environment, but anecdotal evidence point to some flakiness in tests that heavily rely on background job processing. Given each job runs 4 parallel test processes, it's crucial for background jobs not to get stuck in the queue. This doubles amount of sidekiq pods (documented replicas setting doesn't seem to work) increases concurrency amount by 50% to ensure background job throughput.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports

Loading