Closed
Description
Problem Statement
Using gunicorn's gevent worker requests sometimes time out during normal operation. In that case a warning level logging event is triggered.
Unfortunately the message is pre-formatted and includes an ever changing pid
, which obviously breaks sentry's grouping and we end up with lots of un-grouped issues.
It would be interesting to see them grouped to analyze time of day or clients causing timeouts the most. Currently we need to manually merge them for this to be possible.
Solution Brainstorm
I have opend an issue with pull-request for gunicorn to fix the logging code.
A configuration/option to setup automatic merging rules would be nice to generally "fix" such issues with badly behaving libraries/external components.