mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
Fix worker keys not returned in queues.get_all_ex
This commit is contained in:
parent
3927604648
commit
21ed8559bf
@ -242,6 +242,7 @@ class QueueBLL(object):
|
|||||||
{
|
{
|
||||||
"name": w.id,
|
"name": w.id,
|
||||||
"ip": w.ip,
|
"ip": w.ip,
|
||||||
|
"key": w.key,
|
||||||
"task": w.task.to_struct() if w.task else None,
|
"task": w.task.to_struct() if w.task else None,
|
||||||
}
|
}
|
||||||
for w in queue_workers.get(item["id"], [])
|
for w in queue_workers.get(item["id"], [])
|
||||||
|
Loading…
Reference in New Issue
Block a user