Skip to content

Commit a1dcfe6

Browse files
committed
Update sidekiq supervisord config; sidekiq v6.0
Sidekiq is updated to v6.0 here (first contained tag: v14.4.0-ee) https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69655 In Sidekiq 6.0, these options have been marked as "deprecated": -P (set pid file) -L (set log file) See sidekiq/sidekiq@3f5b1c5 Now, we can see error message in {GITLAB_LOGS_DIR}/supervisor/sidekiq.log like below: ---- ERROR: PID file creation was removed in Sidekiq 6.0, please use a proper process supervisor to start and manage your services ERROR: Logfile redirection was removed in Sidekiq 6.0, Sidekiq will only log to STDOUT ---- Just stop using this option.
1 parent 10a48c1 commit a1dcfe6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/build/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ command=bundle exec sidekiq -c {{SIDEKIQ_CONCURRENCY}}
353353
-C ${GITLAB_INSTALL_DIR}/config/sidekiq_queues.yml
354354
-e ${RAILS_ENV}
355355
-t {{SIDEKIQ_SHUTDOWN_TIMEOUT}}
356-
-P ${GITLAB_INSTALL_DIR}/tmp/pids/sidekiq.pid
357-
-L ${GITLAB_INSTALL_DIR}/log/sidekiq.log
358356
user=git
359357
autostart=true
360358
autorestart=true

0 commit comments

Comments
 (0)