Merge "Start RPC service before waiting"

This commit is contained in:
Zuul 2018-02-05 13:22:51 +00:00 committed by Gerrit Code Review
commit c23d908480
1 changed files with 1 additions and 0 deletions

View File

@ -66,5 +66,6 @@ def main():
# duplicated in all the children if multiple
# workers are being used.
server.create_periodic_tasks()
server.start()
launcher.wait()