split node and task heartbeats in two nodes (#163)

This commit is contained in:
Cheick Keita
2020-10-15 18:30:03 -07:00
committed by GitHub
parent 458b21f690
commit fa25823342
8 changed files with 50 additions and 10 deletions

View File

@ -367,7 +367,7 @@ class Client:
account_url=account_url,
credential={"account_name": name, "account_key": key},
)
for queue in ["file-changes", "heartbeat", "proxy", "update-queue"]:
for queue in ["file-changes", "task-heartbeat", "node-heartbeat", "proxy", "update-queue"]:
try:
client.create_queue(queue)
except ResourceExistsError: