mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Make sure task is marked as started in remote execution (just in case)
This commit is contained in:
parent
f61cbdeb39
commit
aa737e6b5b
@ -299,6 +299,8 @@ class Task(_Task):
|
|||||||
task.output_uri = cls.__default_output_uri
|
task.output_uri = cls.__default_output_uri
|
||||||
# store new task ID
|
# store new task ID
|
||||||
cls.__update_master_pid_task(task=task)
|
cls.__update_master_pid_task(task=task)
|
||||||
|
# make sure we are started
|
||||||
|
task.started(ignore_errors=True)
|
||||||
else:
|
else:
|
||||||
# subprocess should get back the task info
|
# subprocess should get back the task info
|
||||||
task = Task.get_task(task_id=is_sub_process_task_id)
|
task = Task.get_task(task_id=is_sub_process_task_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user