feat: beat worker for configuration (#1571)
This commit is contained in:
parent
d759438ebd
commit
2f3970f641
4 changed files with 37 additions and 1 deletions
5
apiserver/bin/beat
Normal file
5
apiserver/bin/beat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
python manage.py wait_for_db
|
||||
celery -A plane beat -l info
|
||||
Loading…
Add table
Add a link
Reference in a new issue