Start of heartbeet daemon

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod
2022-12-09 00:17:31 -06:00
committed by Hao Liu
parent 4f5bc992a0
commit 2e0f25150c
5 changed files with 104 additions and 10 deletions

View File

@@ -229,6 +229,12 @@ wsrelay:
fi; \
$(PYTHON) manage.py run_wsrelay
heartbeet:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
$(PYTHON) manage.py run_heartbeet
## Run to start the background task dispatcher for development.
dispatcher:
@if [ "$(VENV_BASE)" ]; then \