-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
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()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels