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
b731a55c
Commit
b731a55c
authored
Sep 29, 2021
by
Mike Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Increase reliability of certain one-time jobs
Use the default 25 Sidekiq retries. Changelog: changed EE: true
parent
a3bfd4b6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
ee/app/workers/geo/hashed_storage_attachments_migration_worker.rb
...orkers/geo/hashed_storage_attachments_migration_worker.rb
+0
-1
ee/app/workers/geo/hashed_storage_migration_worker.rb
ee/app/workers/geo/hashed_storage_migration_worker.rb
+0
-1
ee/app/workers/geo/repositories_clean_up_worker.rb
ee/app/workers/geo/repositories_clean_up_worker.rb
+0
-1
No files found.
ee/app/workers/geo/hashed_storage_attachments_migration_worker.rb
View file @
b731a55c
...
...
@@ -6,7 +6,6 @@ module Geo
data_consistency
:always
sidekiq_options
retry:
3
include
GeoQueue
loggable_arguments
1
,
2
...
...
ee/app/workers/geo/hashed_storage_migration_worker.rb
View file @
b731a55c
...
...
@@ -6,7 +6,6 @@ module Geo
data_consistency
:always
sidekiq_options
retry:
3
include
GeoQueue
loggable_arguments
1
,
2
,
2
...
...
ee/app/workers/geo/repositories_clean_up_worker.rb
View file @
b731a55c
...
...
@@ -6,7 +6,6 @@ module Geo
data_consistency
:always
sidekiq_options
retry:
3
include
ExclusiveLeaseGuard
include
GeoQueue
include
Gitlab
::
Geo
::
LogHelpers
...
...
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