Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lazy-apps in uwsgi to fix sentry threading
Without this, uWSGI blocks sentry from transporting data because this is done in a separate thread. Without lazy-apps, uWSGI loads apps in the master, which enforces a single-threading operation mode.
- Loading branch information
4bb4e23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be not a problem anymore, see elastic/apm-agent-python#441 (comment).
4bb4e23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See also #421