Skip to content

Fix the last-ditch memory killer pgroup SIGKILL

Nick Thomas requested to merge (removed):more-pgroup-fix into master

What does this MR do?

Fixes one more instance of passing a negative number as a string to Process.kill

This one is just the last-ditch kill -9 <pgroup> built into the sidekiq memory killer. I suspect we don't touch it very often, but it's important that it does the right thing when we do!

Follow-up to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25866

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports