Conditional Retry of Failed Jobs using Bull in Node.js

前端 未结 0 955
傲寒
傲寒 2020-11-21 17:35

I know we can retry failed jobs in Bull using the backoff attribute in Bull like below

var Queue = require(\'bull\');
var myQueue =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题