summaryrefslogtreecommitdiffstats
path: root/scripts/celery.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/celery.sh')
-rw-r--r--scripts/celery.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/celery.sh b/scripts/celery.sh
new file mode 100644
index 0000000..aea4be8
--- /dev/null
+++ b/scripts/celery.sh
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3set -e
4
5celery -A restaurant_orders.celery worker --loglevel=info