BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4017789f
Commit
4017789f
authored
Oct 04, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only kill sidekiqs belonging to gitlab user
parent
1a6ba7e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
check.rake
lib/tasks/gitlab/check.rake
+6
-4
No files found.
lib/tasks/gitlab/check.rake
View file @
4017789f
...
...
@@ -289,7 +289,6 @@ namespace :gitlab do
########################
def
check_gitlab_git_config
gitlab_user
=
Gitlab
.
config
.
gitlab
.
user
print
"Git configured for
#{
gitlab_user
}
user? ... "
options
=
{
...
...
@@ -664,8 +663,8 @@ namespace :gitlab do
puts
"
#{
sidekiq_match
.
length
}
"
.
red
try_fixing_it
(
'sudo service gitlab stop'
,
'sudo pkill -f sidekiq'
,
'sleep 10 && sudo pkill -9 -f sidekiq'
,
"sudo pkill -u
#{
gitlab_user
}
-f sidekiq"
,
"sleep 10 && sudo pkill -9 -u
#{
gitlab_user
}
-f sidekiq"
,
'sudo service gitlab start'
)
fix_and_rerun
...
...
@@ -709,10 +708,13 @@ namespace :gitlab do
end
def
sudo_gitlab
(
command
)
gitlab_user
=
Gitlab
.
config
.
gitlab
.
user
"sudo -u
#{
gitlab_user
}
-H
#{
command
}
"
end
def
gitlab_user
Gitlab
.
config
.
gitlab
.
user
end
def
start_checking
(
component
)
puts
"Checking
#{
component
.
yellow
}
..."
puts
""
...
...
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