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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
raven should not run during logging exceptions as twisted may trigger those during garbage collection. Instead the call should be scheduled with callFromThread.
The text was updated successfully, but these errors were encountered:
Deadlocks due to raven reporting can occur when exceptions
are logged during GC, as twisted may do. As such, the raven
call should be sent to the event loop so that twisted's
__del__ call can return uninterrupted.
Closes#387
raven should not run during logging exceptions as twisted may trigger those during garbage collection. Instead the call should be scheduled with callFromThread.
The text was updated successfully, but these errors were encountered: