-
Notifications
You must be signed in to change notification settings - Fork 511
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working