From 800075b78108948a2cae1b85d07d37cb4745f76a Mon Sep 17 00:00:00 2001 From: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:25:33 +0530 Subject: [PATCH] fix: worker script (#773) --- apiserver/bin/worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/bin/worker b/apiserver/bin/worker index 56a4780f0c..9d2da1254d 100755 --- a/apiserver/bin/worker +++ b/apiserver/bin/worker @@ -2,4 +2,4 @@ set -e python manage.py wait_for_db -celery -A plane.settings.celery worker -l info \ No newline at end of file +celery -A plane worker -l info \ No newline at end of file