Skip to content

Sidekiq: wait on specific PID

Jason Plum requested to merge charts/1673-sidekiq-wait-on-pid into master

Update Sidekiq container's process-wrapper to wait on the specific PID of the started process.

Previously, we used just wait, which would wait on all processes in the current shell instance. We also did not background the tail, which is corrected along with this (required functional change).

cc @skarbek @jarv

Closes gitlab-org/charts/gitlab#1673 (closed)

Edited by Jason Plum

Merge request reports