重新安排在Hangfire中失败的工作

时间:2019-02-25 12:23:34

标签: hangfire

是否可以重新安排在Hangfire中失败的作业?成功之后,是否有任何方法可以清除失败的作业队列?

怎么可能?

1 个答案:

答案 0 :(得分:1)

作业将在一天后(默认情况下)通过hangfire自动清除。 https://discuss.hangfire.io/t/how-to-configure-the-retention-time-of-job/34/2?u=odinserj

请参阅hangfire文档,了解处理作业执行期间发生的异常

http://docs.hangfire.io/en/latest/background-processing/dealing-with-exceptions.html