Skip to content

Commit 09bfc67

Browse files
committed
rename collect script to start-stream
1 parent dd36f53 commit 09bfc67

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python manage.py migrate
77

88
if [ "$WORKER" ]
99
then
10-
celery -A collectorapp worker -c 1 & python manage.py runscript collect
10+
celery -A collectorapp worker -c 1 & python manage.py runscript start-stream
1111

1212
elif [ "$APP_ENV" = "dev" ]
1313
then

0 commit comments

Comments
 (0)