DataDog / dd-trace-py

Datadog Python APM Client

Home Page:https://ddtrace.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stack v2 extends gunicorn worker lifetimes

sanchda opened this issue · comments

It appears that using stack v2 may extend the lifetime of gunicorn workers in such a way that the gunicorn arbiter has to SIGKILL them in some configurations. We should test for this and similar cases. Hopefully we don't actually have a deadlock.