Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
132f96b7
Commit
132f96b7
authored
Sep 29, 2021
by
Mike Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor: Remove unused options
Since `dead: false` does nothing if `retry: false`.
parent
b731a55c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/workers/geo/sync_timeout_cron_worker.rb
ee/app/workers/geo/sync_timeout_cron_worker.rb
+1
-1
ee/app/workers/geo/verification_timeout_worker.rb
ee/app/workers/geo/verification_timeout_worker.rb
+1
-1
No files found.
ee/app/workers/geo/sync_timeout_cron_worker.rb
View file @
132f96b7
...
@@ -12,7 +12,7 @@ module Geo
...
@@ -12,7 +12,7 @@ module Geo
include
CronjobQueue
# rubocop:disable Scalability/CronWorkerContext
include
CronjobQueue
# rubocop:disable Scalability/CronWorkerContext
idempotent!
idempotent!
sidekiq_options
retry:
false
,
dead:
false
sidekiq_options
retry:
false
feature_category
:geo_replication
feature_category
:geo_replication
def
perform
def
perform
...
...
ee/app/workers/geo/verification_timeout_worker.rb
View file @
132f96b7
...
@@ -10,7 +10,7 @@ module Geo
...
@@ -10,7 +10,7 @@ module Geo
include
::
Gitlab
::
Geo
::
LogHelpers
include
::
Gitlab
::
Geo
::
LogHelpers
idempotent!
idempotent!
sidekiq_options
retry:
false
,
dead:
false
sidekiq_options
retry:
false
loggable_arguments
0
loggable_arguments
0
def
perform
(
replicable_name
)
def
perform
(
replicable_name
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment