Skip to content

Better debugging for memory killer middleware

James Lopez requested to merge fix/sidekiq-mem-killer-debug into master

This adds more info to the warning messages output by MemoryKiller.

Previously only the PID was showed, making it difficult to debug issues like https://gitlab.com/gitlab-org/gitlab-ce/issues/19124

This adds the worker class and job ID to the log messages.

Merge request reports