Use transactions python consumer
Seems like this is not used in prod, and not extensively tested and may be the reason why the Stats page is not properly showing events that are accepted/filtered/dropped.
nvm, stats page fix should be here: https://github.com/getsentry/self-hosted/pull/2909
I'm going to keep this open for now and merge if folks are still experiencing issues with transactions
I noticed a significant degradation in processing speed. Now events are displayed after an hour. At a measly 400-500 rps
@zKoz210 is this after switching to rust python transactions consumer? Or using the python transactions python consumer?
After changing to rust, python works for me without any problems.
@hubertdeng123 I'm still experiencing performance issues with event processing. Every new release I have to roll back Rust and return old workers. Can I somehow help find and solve this problem?
Here you can see how workers worked in Python, then I turned on Rust again and returned Python back