Skip to content

Updates ExpireJobCacheWorker to use replica as long as possible

Laura Montemayor requested to merge lm-move-ExpireJobCacheWorker-to-replica into master

What does this MR do?

The change is behind the load_balancing_for_expire_job_cache_worker feature toggle: #339137 (closed)

Note: idempotent! was removed because it is currently incompatible with LB (see #325291 (closed)). In other workers (see: !62073 (diffs) ) we left a comment to ensure that we bring back idempotent! once the issue is resolved, so I decided to follow that pattern.

Does this MR meet the acceptance criteria?

Conformity

#324378 (closed)

Edited by Laura Montemayor

Merge request reports