Skip to content

Add a Unicorn timeout logger to track down periodic 502 errors

Stan Hu requested to merge unicorn-timeout-logger into master

If a Web request takes more than 60 s to process, Unicorn will kill the process and respawn it. We should log these slow requests.

Relates to https://gitlab.com/gitlab-com/infrastructure/issues/685

Merge request reports