diff --git a/apiserver/bll/queue/queue_bll.py b/apiserver/bll/queue/queue_bll.py index d8af466..c096b0f 100644 --- a/apiserver/bll/queue/queue_bll.py +++ b/apiserver/bll/queue/queue_bll.py @@ -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"], [])