mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +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,
|
||||
"ip": w.ip,
|
||||
"key": w.key,
|
||||
"task": w.task.to_struct() if w.task else None,
|
||||
}
|
||||
for w in queue_workers.get(item["id"], [])
|
||||
|
Loading…
Reference in New Issue
Block a user