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
I'd like to discuss a new feature which I would like to see in this bundle. In a project of mine I'd like to send out reminders every day at a specific time. I tried setting the nextRun date to the time I want but it seems like the value is being incremented with every run.
Would a annotated option that specifies which time of day a job should be run make sense? In a unix crontab this is possible using the crontab file syntax. Maybe something simplified could be used for this bundle?
I'd be willing to dig into the code and maybe submit a PR, but would like to get your input first.
The text was updated successfully, but these errors were encountered:
Hello, and thanks for a great bundle.
I'd like to discuss a new feature which I would like to see in this bundle. In a project of mine I'd like to send out reminders every day at a specific time. I tried setting the nextRun date to the time I want but it seems like the value is being incremented with every run.
Would a annotated option that specifies which time of day a job should be run make sense? In a unix crontab this is possible using the crontab file syntax. Maybe something simplified could be used for this bundle?
I'd be willing to dig into the code and maybe submit a PR, but would like to get your input first.
The text was updated successfully, but these errors were encountered: