CC-3336: Refactor schedule API used by pypo
This commit is contained in:
parent
057e377c5f
commit
a6413f2d1a
5 changed files with 33 additions and 19 deletions
|
@ -141,8 +141,11 @@ if __name__ == '__main__':
|
|||
recorder.daemon = True
|
||||
recorder.start()
|
||||
|
||||
#pp.join()
|
||||
pmh.join()
|
||||
pp.join()
|
||||
pf.join()
|
||||
recorder.join()
|
||||
|
||||
logger.info("pypo fetch exit")
|
||||
sys.exit()
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue