Files
plane/apiserver/bin/worker

5 lines
79 B
Plaintext
Raw Permalink Normal View History

2022-12-13 13:27:23 +05:30
#!/bin/bash
set -e
python manage.py wait_for_db
2023-04-11 09:25:33 +05:30
celery -A plane worker -l info