You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stop a task in worker side,
If the task is waitting in SchedulerWorkerManagerData.TaskQueue, the task id added to SchedulerWorkerManagerData.StopTask and remove after deaqueue from task queue,
if the task is running, the task id add to SchedulerWorkerManagerData.StopTask, but not be removed.
The text was updated successfully, but these errors were encountered:
I do not think it is a good way to remove the task added to SchedulerWorkerManagerData.StopTask.
It is used in judging a task cancled manually or timeout. @wzh425
When stop a task in worker side,
If the task is waitting in SchedulerWorkerManagerData.TaskQueue, the task id added to SchedulerWorkerManagerData.StopTask and remove after deaqueue from task queue,
if the task is running, the task id add to SchedulerWorkerManagerData.StopTask, but not be removed.
The text was updated successfully, but these errors were encountered: