yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
618 stars 184 forks source link

异常 #171

Closed Radiance-zzg closed 1 year ago

Radiance-zzg commented 1 year ago

System.Threading.Tasks.TaskCanceledException The operation was canceled.

System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: 由于线程退出或应用程序请求,已中止 I/O 操作。. ---> System.Net.Sockets.SocketException (995): 由于线程退出或应用程序请求,已中止 I/O 操作。

yuzd commented 1 year ago

一般这个问题大部分是超时了

yuzd commented 1 year ago

请参考

https://github.com/yuzd/Hangfire.HttpJob/issues/107