mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
add broadcast websocket metrics
* Gather brroadcast websocket metrics and push them into redis every configurable seconds. * Pop metrics from redis in web view layer to display via the api on demand
This commit is contained in:
committed by
Ryan Petrello
parent
b6b9802f9e
commit
d6594ab602
@@ -23,5 +23,3 @@ class Command(BaseCommand):
|
||||
loop.run_until_complete(task)
|
||||
except KeyboardInterrupt:
|
||||
logger.debug('Terminating Websocket Broadcaster')
|
||||
if broadcast_websocket_mgr:
|
||||
broadcast_websocket_mgr.stop()
|
||||
|
||||
Reference in New Issue
Block a user