mirror of
https://github.com/clearml/clearml
synced 2025-04-08 06:34:37 +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
|
||||
# store new task ID
|
||||
cls.__update_master_pid_task(task=task)
|
||||
# make sure we are started
|
||||
task.started(ignore_errors=True)
|
||||
else:
|
||||
# subprocess should get back the task info
|
||||
task = Task.get_task(task_id=is_sub_process_task_id)
|
||||
|
Loading…
Reference in New Issue
Block a user