mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
split node and task heartbeats in two nodes (#163)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user