Skip to content

Commit a059887

Browse files
authored
Ensure only one celery task at a time (#126)
Set `--concurrency=1`
1 parent 0b79be1 commit a059887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

+1-1
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
2+
worker: celery worker --app=miss_islington.tasks.app --concurrency=1

0 commit comments

Comments
 (0)