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
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
nextfield is set to a value of 18 hours in the past.Code of Conduct