Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

New job schedule needs to wait for the old schedule's next run time before becoming effective #162

@andylewise

Description

@andylewise

With the current job's mechanism, when we change the schedule, the existing task registered with the old schedule is still waiting. Only at the next run time of the old schedule, the task is executed and then the new schedule will take effect.
It may be just fine for shorter interval jobs, but it can be a problem for longer interval jobs (daily/weekly).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions