0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/apiserver/bin/worker

5 lines
79 B
Plaintext
Raw Normal View History

2022-12-13 07:57:23 +00:00
#!/bin/bash
set -e
python manage.py wait_for_db
2023-04-11 03:55:33 +00:00
celery -A plane worker -l info