Hello!
I am running Sentry 9.12 with RabbitMQ and I am wondering if I can get rid of the Celery queues by disabling the features above by running
–without-gossip
–without-mingle
–without-heartbeat
options of Sentry workers respectively.
Will it cause any impact? Which of the options can I disable? What does Sentry use these Celery features for?
matt
2
You can use —without-heartbeat
and —without-gossip
. If you add —without-mingle
everything will break.
These defaults have changed for Sentry 10 and the flags don’t do anything anymore.