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

6 lines
93 B
Bash

#!/bin/bash
celery worker -A app.celery --loglevel=info &
sleep 5
python -m app.run_tasks &