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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
041a8ae2
Commit
041a8ae2
authored
Jun 27, 2018
by
Toon Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename method to #each_eligible_shard
parent
95ac8b0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/workers/concerns/each_shard_worker.rb
app/workers/concerns/each_shard_worker.rb
+1
-1
app/workers/repository_check/dispatch_worker.rb
app/workers/repository_check/dispatch_worker.rb
+1
-1
No files found.
app/workers/concerns/each_shard_worker.rb
View file @
041a8ae2
...
...
@@ -6,7 +6,7 @@ module EachShardWorker
Gitlab
::
HealthChecks
::
GitalyCheck
].
freeze
def
each_shard
def
each_
eligible_
shard
Gitlab
::
ShardHealthCache
.
update
(
eligible_shard_names
)
eligible_shard_names
.
each
do
|
shard_name
|
...
...
app/workers/repository_check/dispatch_worker.rb
View file @
041a8ae2
...
...
@@ -7,7 +7,7 @@ module RepositoryCheck
def
perform
return
unless
Gitlab
::
CurrentSettings
.
repository_checks_enabled
each_shard
do
|
shard_name
|
each_
eligible_
shard
do
|
shard_name
|
RepositoryCheck
::
BatchWorker
.
perform_async
(
shard_name
)
end
end
...
...
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