new Error('job stalled more than allowable limit'), 'active' ); return null; }); }); const handleStalledJobs = stalled.map(jobId => { return this.getJobFromId(jobId).then(job => { // Do not emit the event if the job was completed by another worker if (job !== null) { uti...
maxStalledCount: The maximum number of times a job can be restarted before it will be permamently failed with the error job stalled more than allowable limit. This is set to a default of 1 with the assumption that stalled jobs should be very rare (only due to process crashes) and you ...
您可以手动删除它(使用bull-repl),然后您将运行下一个作业。我怀疑QueueScheduler没有运行,因此未处理...
英文出处:Loops in CSS Preprocessors 发表地址:http://web.jobbole.com/91016/ 如果你看过老的科幻...
继续沿着addJob,最终会调用的是lua脚本的addJob,根据job设置将job存入redis. 问题 1. 为什么会出现错误:job stalled more than allowable limit 在run函数中执行了函数this.startMoveUnlockedJobsToWait(),来看看该函数: Queue.prototype.startMoveUnlockedJobsToWait=function(){clearInterval(this.moveUnlockedJobsToWaitI...