0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/apiserver/bin/worker
2023-04-11 09:25:33 +05:30

5 lines
79 B
Bash
Executable File

#!/bin/bash
set -e
python manage.py wait_for_db
celery -A plane worker -l info