From 5f6514859cc06841d7bfb0919f98b72168eeade9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Jun 2024 17:12:39 +0200 Subject: đŸ”§ Import queues - change default launch script in order to process low priority (refs #5679) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/supervisor.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/supervisor.template b/install/supervisor.template index 99bfe8e34..765c9cbf2 100644 --- a/install/supervisor.template +++ b/install/supervisor.template @@ -1,5 +1,5 @@ [program:celery_#APP_NAME#] -command=/usr/bin/celery -A #APP_NAME# worker --loglevel=INFO -c 6 +command=/usr/bin/celery -A #APP_NAME# worker --loglevel=INFO -c 6 -Q low_priority,celery directory=#INSTALL_PATH# user=www-data autostart=true -- cgit v1.2.3