mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
initial PoC for wsrelay
Checkpoint
This commit is contained in:
4
Makefile
4
Makefile
@@ -223,11 +223,11 @@ daphne:
|
||||
fi; \
|
||||
daphne -b 127.0.0.1 -p 8051 awx.asgi:channel_layer
|
||||
|
||||
wsbroadcast:
|
||||
wsrelay:
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
fi; \
|
||||
$(PYTHON) manage.py run_wsbroadcast
|
||||
$(PYTHON) manage.py run_wsrelay
|
||||
|
||||
## Run to start the background task dispatcher for development.
|
||||
dispatcher:
|
||||
|
||||
Reference in New Issue
Block a user