Commit b731a55c authored by Mike Kozono's avatar Mike Kozono

Geo: Increase reliability of certain one-time jobs

Use the default 25 Sidekiq retries.

Changelog: changed
EE: true
parent a3bfd4b6
......@@ -6,7 +6,6 @@ module Geo
data_consistency :always
sidekiq_options retry: 3
include GeoQueue
loggable_arguments 1, 2
......
......@@ -6,7 +6,6 @@ module Geo
data_consistency :always
sidekiq_options retry: 3
include GeoQueue
loggable_arguments 1, 2, 2
......
......@@ -6,7 +6,6 @@ module Geo
data_consistency :always
sidekiq_options retry: 3
include ExclusiveLeaseGuard
include GeoQueue
include Gitlab::Geo::LogHelpers
......
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