I am trying to debug rare Django application freezes. So far, I have not been able to isolate the problem, this happens approximately once a day in production, and Gunicorn restarts the process with the message:
[CRITICAL] WORKER TIMEOUT
Is there a way to configure Django or Gunicorn to remove the stack trace of a process that is restarting?
source
share