yuzd / Hangfire.HttpJob

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

执行长时间任务时每次都是在4分钟后取消了任务 #60

Closed guolianyu closed 4 years ago

guolianyu commented 4 years ago

环境:.net core 3.1 Hangfire.HttpJob 3.1.5 Hangfire.Tags.Mysql 1.0.2

不知是什么原因,已经挺多天出现任务取消,目前也正在排查原因 image image

image

yuzd commented 4 years ago

看起来像是和mysql通讯出了问题 Mysql链接字符串里面加上SslMode=none试试