Skip to content

Enable deduplication for ExpireJobCacheWorker

What does this MR do and why?

Enable deduplication for ExpireJobCacheWorker.

Note: Since this worker also utilizes load balancing (data_consistency:delayed). Deduplication in this case is guarded with preserve_latest_wal_locations_for_idempotent_jobs feature flag. This worker will be used for testing the actual functionality on staging and production when we rollout the feature flag.

Rollout issue: #338350 (closed)

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #341377 (closed)

Edited by Nikola Milojevic

Merge request reports