Skip to content

Commit e71602d

Browse files
authored
Upgrade to celery 5.0 (#421)
The command line invocation for celery was changed in v5.
1 parent cd08159 commit e71602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
web: python3 -m miss_islington
2-
worker: celery worker --app=miss_islington.tasks.app --concurrency=1
2+
worker: celery --app miss_islington.tasks.app worker --concurrency=1

0 commit comments

Comments
 (0)