Skip to content

Allow for immediate start #19

@Woody1193

Description

@Woody1193

I would like to see an option to start a job immediately and then run afterword at a scheduled time.

Example:
Run immediately, and thereafter every day at 8:00:00

scheduler.Every().Day().At("8:00:00").StartImmediately()

Run immediately, and thereafter every other hour

scheduler.Every(2).Hours().StartImmediately()

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