mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-20 15:51:36 +02:00
build: replace celery with procrastinate
This commit is contained in:
7
docker/dev/procrastinate/start
Normal file
7
docker/dev/procrastinate/start
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
|
||||
exec watchfiles --filter python "python manage.py procrastinate worker"
|
||||
Reference in New Issue
Block a user