You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can do this by simply calling Run() on every job when you are calling Start() on cron. since you have to provide the jobs to the cron, you already have access to them so calling Run() is not a problem.
Would it be possible to add an option to start jobs scheduled as
@every
immediately (and not after the interval)?The docs mention that
I believe that there it would be interesting to have the immediate start - for instance, I need to do
instead of, say
(see also #396)
The text was updated successfully, but these errors were encountered: