From 9fad6c37bf3b75207837198db678077b7c359b97 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 30 Apr 2018 05:13:01 -0400 Subject: [PATCH] Fix process name for the OCR worker. Signed-off-by: Roberto Rosario --- docker/etc/supervisor/workers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/etc/supervisor/workers.conf b/docker/etc/supervisor/workers.conf index 7c67ab136d..5c191ccef8 100755 --- a/docker/etc/supervisor/workers.conf +++ b/docker/etc/supervisor/workers.conf @@ -49,7 +49,7 @@ user = mayan [program:mayan-worker-ocr] autorestart = false autostart = true -command = nice -n 19 python /usr/local/lib/python2.7/dist-packages/mayan/bin/mayan-edms.py celery --settings=mayan.settings.production worker -Ofair -l ERROR -Q parsing,ocr -n mayan-worker-slow.%%h --concurrency=1 +command = nice -n 19 python /usr/local/lib/python2.7/dist-packages/mayan/bin/mayan-edms.py celery --settings=mayan.settings.production worker -Ofair -l ERROR -Q parsing,ocr -n mayan-worker-ocr.%%h --concurrency=1 directory = /usr/local/lib/python2.7/dist-packages/mayan/ killasgroup = true numprocs = 1