Benjamin Rigaud
Benjamin Rigaud
I can reproduce the issue locally with the following steps: - `ddtrace-run gunicorn my_app.wsgi:application` - `pip install ddtrace -U` - `kill -HUP $(pgrep -f "gunicorn: master")`
`ddtrace-run` is most likely one of the causes: When used, it loads `ddtrace` in the master process (and we won't be able to reload that code). When not used, `ddtrace`...
> would it be possible for you to share the code of your fixture ? Sorry @lajus, I can't share that code from a private Repo. Some details: - It...
The scope parameter idea is really great :+1: But am not sure we would be able to have the finest granularity with a function scope. We would need a "call"...
> Hi, There is any option to make this fix configurable. I would be happy to give it a try! Do you have any recommandations @eeaston before I deep dive...