Commit 6b3ee28c authored by David Fernandez's avatar David Fernandez Committed by Sincheol (David) Kim

Enqueuer job: set deduplication until executed

parent 435ea6c8
......@@ -10,7 +10,7 @@ module ContainerRegistry
data_consistency :always
feature_category :container_registry
urgency :low
deduplicate :until_executing, including_scheduled: true
deduplicate :until_executed, including_scheduled: true
idempotent!
def perform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment