Node.js议程:如何在失败后重试工作?

时间:2016-05-20 02:48:30

标签: node.js

使用Agenda,是否可以在失败后多次将作业设置为重试?

1 个答案:

答案 0 :(得分:0)

不直接支持重试作为选项,但通过将失败的作业 nextRunAt 设置为未来时间,它有一个简单的解决方法。

参考这篇文章: https://crossbrowsertesting.com/blog/product-update/task-scheduling-with-agenda/