mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +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))
|
print("No tasks in queue {}".format(queue))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
print('Received task {} from queue {}'.format(task_id, queue))
|
||||||
|
|
||||||
task_session = None
|
task_session = None
|
||||||
if self._impersonate_as_task_owner:
|
if self._impersonate_as_task_owner:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user