You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See this blog post (video version) and this manual page.
These defaults may prevent problems in the long run.
The text was updated successfully, but these errors were encountered: