We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ea627 commit d70523bCopy full SHA for d70523b
docs/installation.rst
@@ -326,8 +326,10 @@ Sentry also needs a cron process which is called "celery beat":
326
327
SENTRY_CONF=/etc/sentry sentry celery beat
328
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.
+It's recommended to only run one of them at the time or you will see
+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.
333
334
Setup a Reverse Proxy
335
---------------------
0 commit comments