Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for immediate start #19

Open
Woody1193 opened this issue Jul 20, 2022 · 0 comments
Open

Allow for immediate start #19

Woody1193 opened this issue Jul 20, 2022 · 0 comments

Comments

@Woody1193
Copy link

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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant