Skip to content

snuba-subscription-consumers are running but are not consuming #3363

Closed
@m0nikasingh

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions