Commit 132f96b7 authored by Mike Kozono's avatar Mike Kozono

Refactor: Remove unused options

Since `dead: false` does nothing if `retry: false`.
parent b731a55c
......@@ -12,7 +12,7 @@ module Geo
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
idempotent!
sidekiq_options retry: false, dead: false
sidekiq_options retry: false
feature_category :geo_replication
def perform
......
......@@ -10,7 +10,7 @@ module Geo
include ::Gitlab::Geo::LogHelpers
idempotent!
sidekiq_options retry: false, dead: false
sidekiq_options retry: false
loggable_arguments 0
def perform(replicable_name)
......
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