Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using TaliskerRequestsTransport
At least for now stop using the TaliskerRequestsTransport. In practice, for flask apps it was not used in the apps/workers because FlaskSentry was explicitly setting a None 'transport' in the client kwargs. This change makes sure that the same default raven (threaded) transport is used by logging in the main process. This will mitigate the deadlocks described in prometheus/client_python#1076 (comment) because there will be no prometheus instrumentation for sentry requests.
- Loading branch information