mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Add queue ID report before pulling task
This commit is contained in:
parent
85049d8705
commit
b34329934b
@ -1042,6 +1042,8 @@ class K8sIntegration(Worker):
|
||||
print("No tasks in queue {}".format(queue))
|
||||
continue
|
||||
|
||||
print('Received task {} from queue {}'.format(task_id, queue))
|
||||
|
||||
task_session = None
|
||||
if self._impersonate_as_task_owner:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user