bullmq
bullmq copied to clipboard
[Bug]: Repeated Jobs never run more than once
Version
5.61.0
Platform
NodeJS
What happened?
We have a large number of repeated jobs that run once, but are never rescheduled. Here's is an example of the output from getJobSchedulers()
At the time of writing this, the next field is set to a value of 18 hours in the past.
{
"key": "calculate:trending:subjects:XXXXX:instanceId-XXXXX",
"name": "calculate:trending:subjects",
"next": 1760382869807,
"iterationCount": 1,
"every": 900000,
"offset": 869807,
"template": {
"data": {
//
},
"opts": {
"removeOnComplete": {
"age": 3600
}
}
}
}
Code of Conduct
- [x] I agree to follow this project's Code of Conduct