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
Tatuya Kamada
gitlab-ce
Commits
7ef35b9c
Commit
7ef35b9c
authored
Apr 14, 2016
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shut up, Rubocop
parent
77daebe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/workers/repository_check/clear_worker.rb
app/workers/repository_check/clear_worker.rb
+3
-3
No files found.
app/workers/repository_check/clear_worker.rb
View file @
7ef35b9c
module
RepositoryCheck
module
RepositoryCheck
class
ClearWorker
class
ClearWorker
include
Sidekiq
::
Worker
include
Sidekiq
::
Worker
sidekiq_options
retry:
false
sidekiq_options
retry:
false
def
perform
def
perform
# Do small batched updates because these updates will be slow and locking
# Do small batched updates because these updates will be slow and locking
Project
.
select
(
:id
).
find_in_batches
(
batch_size:
100
)
do
|
batch
|
Project
.
select
(
:id
).
find_in_batches
(
batch_size:
100
)
do
|
batch
|
...
@@ -14,4 +14,4 @@ module RepositoryCheck
...
@@ -14,4 +14,4 @@ module RepositoryCheck
end
end
end
end
end
end
end
end
\ No newline at end of file
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