CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder
-progress being made
This commit is contained in:
parent
b5684bb5b1
commit
659e412eb7
21 changed files with 2018 additions and 39 deletions
|
@ -124,6 +124,9 @@ if __name__ == '__main__':
|
|||
g.test_api()
|
||||
sys.exit()
|
||||
|
||||
api_client = api_client.api_client_factory(config)
|
||||
api_client.register_component("pypo")
|
||||
|
||||
q = Queue()
|
||||
|
||||
pp = PypoPush(q)
|
||||
|
@ -134,8 +137,6 @@ if __name__ == '__main__':
|
|||
pf.daemon = True
|
||||
pf.start()
|
||||
|
||||
#while True: time.sleep(3600)
|
||||
|
||||
#pp.join()
|
||||
pf.join()
|
||||
logger.info("pypo fetch exit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue