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
If SendTaskCompletedEventAsync fails the task might go on until the job times out. This should be resilient, or the Task should have a timeout.
Crank.AzureDevOpsWorker/DevopsMessage.cs:line 314
at Microsoft.Crank.AzureDevOpsWorker.DevopsMessage.SendTaskCompletedEventAsync(ResultTypes resultType) in /_/src/Microsoft.Crank.AzureDevOpsWorker/DevopsMessage.cs:line 123
Stopping process id: 8821
[03:18:13.922] Job completed
The text was updated successfully, but these errors were encountered:
If
SendTaskCompletedEventAsync
fails the task might go on until the job times out. This should be resilient, or the Task should have a timeout.The text was updated successfully, but these errors were encountered: