Resolve "When using docker-compose deployment, the celerybeat container may stumble over a stale pid file"

environments/review-front-serv-f1ybnc/deployments/3672
Ciarán Ainsworth 2020-01-06 10:06:47 +01:00 zatwierdzone przez Eliot Berriot
rodzic 80f67754fb
commit b20ed75c28
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Fixed an issue with celerybeat container failing to restart (#1004)

Wyświetl plik

@ -52,7 +52,7 @@ services:
- postgres
- redis
env_file: .env
command: celery -A funkwhale_api.taskapp beat -l INFO
command: celery -A funkwhale_api.taskapp beat --pidfile= -l INFO
api:
restart: unless-stopped