Skip to content
Snippets Groups Projects
Unverified Commit a64daec3 authored by Michael Kozono's avatar Michael Kozono Committed by GitLab
Browse files

Use sticky since retries are disabled

Delayed is incompatible with disabled retries, since
it uses a retry if there is replication lag.
parent a5ab1f1c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ class MetricsUpdateWorker
 
idempotent!
worker_has_external_dependencies!
data_consistency :always
data_consistency :sticky
deduplicate :until_executed, ttl: 20.minutes
 
include Gitlab::Geo::LogHelpers
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment