Skip to content

[Feature request] Add support for start delay #235

@samiy803

Description

@samiy803

Please add support to start tasks after some delay. Currently, the only options for starting tasks are either: immediately, or after the interval expires.

Something like:

new SimpleIntervalJob({ seconds: 300, runImmediately: true, startDelay: 60 }, task)

Would delay 60 seconds, then run the task every 300 seconds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions