We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f124b commit 8512307Copy full SHA for 8512307
lib/support/init.d/gitlab
@@ -218,9 +218,7 @@ reload(){
218
kill -USR2 "$wpid"
219
echo "Done."
220
echo "Restarting GitLab Sidekiq since it isn't capable of reloading its config..."
221
- RAILS_ENV=$RAILS_ENV bundle exec rake sidekiq:stop
222
- echo "Starting Sidekiq..."
223
- RAILS_ENV=$RAILS_ENV bundle exec rake sidekiq:start
+ RAILS_ENV=$RAILS_ENV bundle exec rake sidekiq:restart
224
# Waiting 2 seconds for sidekiq to write it.
225
sleep 2
226
status
0 commit comments