Force the stop command to avoid a potential race

This commit is contained in:
clearml 2025-02-24 13:26:26 +02:00
parent 4219835aa1
commit c9f5b3d19a

View File

@ -3260,6 +3260,7 @@ class Worker(ServiceCommandSection):
task=task_id, task=task_id,
status_reason="task was stopped by tasks.stop", status_reason="task was stopped by tasks.stop",
status_message=self._task_status_change_message, status_message=self._task_status_change_message,
force=False
) )
) )