Skip to content

WIP: Add unicorn-soft-timeout

Ben Kochie requested to merge bjk/unicorn-soft-timeout into master

What does this MR do?

Implement "soft" timeouts for unicorn.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The default unicorn timeout method is SIGKILL. This adds a soft SIGQUIT timeout prior to the SIGKILL. This will give unicorn a chance to shutdown cleanly.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/34808

Edited by Ben Kochie

Merge request reports