Hi , are you running a self hosted server or using the community server?
Can you try with the latest version of the server?
I'm facing an issue with aborting a ClearML task.
Even though I've tried aborting it both through the context menu and using the API, the task persists in the 'running' state.
I've tried:
the_task.stopped(ignore_errors=True, force=True)
and
task.send(StopRequest(task= task.id, force=True)
I’m using clearML version 1.13.1
Hi , are you running a self hosted server or using the community server?
Can you try with the latest version of the server?