From 243354b65e1c2793f12d01d8174e9a168eb01ecd Mon Sep 17 00:00:00 2001 From: Fernando Gutierrez Date: Tue, 12 May 2020 12:25:10 +1000 Subject: Avoid Celery/RabbitMQ "connection reset" errors [#5609]. This change starts Celery only after RabbitMQ is available. It also returns the unnecessarily low BROKER_HEARTBEAT setting to default of 120.0 to help prevent connections being reset on machines under load. --- docs/source/siteadmin/deploying.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 41e67c31..e3780325 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -528,6 +528,7 @@ environment's setup: # Set the WorkingDirectory and Environment values to match your environment. [Unit] Description=MediaGoblin Celeryd + After=rabbitmq-server.service [Service] User=mediagoblin -- cgit v1.2.3