Skip to content

Commit ec6671c

Browse files
committed
rename celery entrypoint scripts
1 parent b94df65 commit ec6671c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/beats_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
echo "--> Starting beats process"
3-
celery -A styleguide_example.tasks worker -l info --without-gossip --without-mingle --without-heartbeat
3+
celery -A styleguide_example.tasks beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler

docker/celery_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
echo "--> Starting celery process"
3-
celery -A styleguide_example.tasks beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
3+
celery -A styleguide_example.tasks worker -l info --without-gossip --without-mingle --without-heartbeat

0 commit comments

Comments
 (0)