aboutsummaryrefslogtreecommitdiffstats
path: root/compose/production/django/celery/worker
diff options
context:
space:
mode:
Diffstat (limited to 'compose/production/django/celery/worker')
-rw-r--r--compose/production/django/celery/worker/start8
1 files changed, 0 insertions, 8 deletions
diff --git a/compose/production/django/celery/worker/start b/compose/production/django/celery/worker/start
deleted file mode 100644
index af0c8f7..0000000
--- a/compose/production/django/celery/worker/start
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-set -o errexit
-set -o pipefail
-set -o nounset
-
-
-exec celery -A config.celery_app worker -l INFO