-
Notifications
You must be signed in to change notification settings - Fork 964
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
supports "months" and "years” interval #487
Comments
+1 |
1 similar comment
+1 |
'Schedule' don't have Job persistence (it can't remember schedules between restarts), that means that if you have a task to be executed every year, if your program restart anytime in a hole year, your countdown restarts. It makes too risky use 'schedule' for this purpose, because we know that programs/computers can (and will) restart when you don't expect |
@gabrielcipriano that's one way to look at it, but if I persist the jobs description in a DB, and on service restart schedule all jobs, I'd still like that option, and it would be beneficial |
I am wondering if this could be done as a particular |
That's a cool feature, I believe that it could be implemented |
Hi @gabrielcipriano |
In some case, we have an scheduler in which a task may be executed every two months or two years.
The current implementation does not support this kind of setting.
It should be much better to support "weeks" or "years" option.
The text was updated successfully, but these errors were encountered: