-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
how to execute jobs when start? #297
Comments
There is no way to do that with the schedule. I think the best workaround is to execute your job immediately, e.g.
|
The |
just run the func once |
Now cron job execute when next ticker coming. For example, I set @every 5 min,but when I start my program, it must wait for 5 min to execute, I want execute when start.
The text was updated successfully, but these errors were encountered: