TaskFailedException : A task was canceled.
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
We are seeing that our Tasks are getting cancelled with the exception below. We are suspecting DTF is cancelling long running Tasks and in all the instances of below exception , we have seen the Task running for 2 mins or so. Is there any configuration for Task cancellation in DTF ? This Task succeeds on retrying.
Env : Service Fabric Service running on 10 nodes.
{"ClassName":"DurableTask.Core.Exceptions.TaskFailedException","Message":"A task was canceled.","Data":null,"InnerException":null,"HelpURL":null,"StackTraceString":"
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
at DurableTask.Core.TaskOrchestrationContext.d__17.MoveNext()\r\n
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.