Skip to content

Commit d70523b

Browse files
committed
Also updated the text for celery beat in the installation chapter
1 parent 59ea627 commit d70523b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,10 @@ Sentry also needs a cron process which is called "celery beat":
326326

327327
SENTRY_CONF=/etc/sentry sentry celery beat
328328

329-
Make sure to only run one of them at the time or you will see unnecessary
330-
extra tasks being pushed onto the queues.
329+
It's recommended to only run one of them at the time or you will see
330+
unnecessary extra tasks being pushed onto the queues but the system will
331+
still behave as intended if multiple beat processes are run. This can be
332+
used to achieve high availability.
331333

332334
Setup a Reverse Proxy
333335
---------------------

0 commit comments

Comments
 (0)