This repository has been archived on 2020-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
statuspage/nurun.sh

8 lines
93 B
Bash
Raw Normal View History

#!/bin/bash
celery worker -A app.celery --loglevel=info &
sleep 5
2020-08-11 15:02:42 +02:00
python -m app.run_tasks