Skip to content

[Bug]: Repeated Jobs never run more than once #3499

@reginsmol

Description

@reginsmol

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions