-
Story
-
Resolution: Done
-
Major
-
None
-
None
Currently, the primary application to run in the Quay pod is supervisor which does not reap orphaned/zombie/defunct processes.
To ensure that reaping occurs as expected, we should include one. Two candidates that I have seen suggested are:
It appears that this can be performed by simply including it in the Dockerfile build and prefixing the entrypoint with the proper binary's name.
- relates to
-
PROJQUAY-480 Defunct Gunicorn Processes
- Closed