snuba-subscription-consumers are running but are not consuming #3363
Closed
Description
opened on Nov 9, 2022
Hello Sentry team,
I have upgraded the sentry from 21.8.0 to 22.10.0
I am facing some issues with the snuba-subscription-consumer-events and snuba-subscription-consumer-transactions consumers. The consumers are running without any errors but are not consuming any messages. It is causing the messages to get queued and increase in redis memory and redis eventually crashes.
consumers are run as below:
/usr/local/bin/python /usr/local/bin/snuba subscriptions-scheduler-executor --dataset events --entity events --auto-offset-reset latest --no-strict-offset-reset --consumer-group snuba-events-subscriptions-consumers --followed-consumer-group snuba-consumers --delay-seconds 60 --schedule-ttl 60 --stale-threshold-seconds 900 --log-level debug
/usr/local/bin/python /usr/local/bin/snuba subscriptions-scheduler-executor --dataset transactions --entity transactions --auto-offset-reset latest --no-strict-offset-reset --consumer-group snuba-transactions-subscriptions-consumers --followed-consumer-group transactions_group --delay-seconds 60 --schedule-ttl 60 --stale-threshold-seconds 900
I am getting the events but not the transaction events.
I see messages in transactions topic and redis transaction type events piling up but nothing is consuming from it.
I would really appreciate any help on this.
Metadata
Assignees
Labels
No labels
Activity