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

Scheduling updates with cron-style schedule #46

Closed
n1nj4888 opened this issue Aug 29, 2020 · 1 comment
Closed

Scheduling updates with cron-style schedule #46

n1nj4888 opened this issue Aug 29, 2020 · 1 comment

Comments

@n1nj4888
Copy link

n1nj4888 commented Aug 29, 2020

Hi There,

Great idea for a service but wondered whether it was possible (or you could consider) extending the schedule from a simple frequency of minutes to a more cron-like schedule? For example “0 1 1 * *” would cause the updates to run at 01:00am on the first day of every month, or “0 1 * * *” would cause the update to run at 00:01am every day.

The reason for this is that it would be easier to anticipate when updates would occur rather than every 5mins say?

If users still wanted to updates to be checked every 5 mins could use the cron schedule of “ */5 * * * *”?

Thanks!

@n1nj4888
Copy link
Author

Closing this as I can now see this question/ issue has previously raised and is potentially awaiting to be addressed?

#16

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