yuzd / Hangfire.HttpJob

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

第三方这么获取到任务的状态呢 #139

Closed ysq5202121 closed 2 years ago

ysq5202121 commented 2 years ago

第三方组件或者后台是否可以通过API获取任务的状态和日志呢?

yuzd commented 2 years ago

目前的api支持提交,修改,取消。但是不支持查看任务的状态。任务状态的管理是在hangfire的ui页面进行管理的。可以从hangfire的storage的api中获取