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
{{ message }}
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
It would be convenient to add support for cron expressions. To illustrate why let us consider the need to run a backup every hour for 7 years (not atypical for some Financial Services needs). We are forced to tag each instance 24 times:
We could tag just once. Considering the typical linux cron "m h dom mon dow":
scheduler:ebs-snapshot:prod 00 23 * * *;2555;utc
Note that the last "all" is not longer necessary. If there are spaces in the first value token it would mean it is a cron and only three tokens in total would be expected.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be convenient to add support for cron expressions. To illustrate why let us consider the need to run a backup every hour for 7 years (not atypical for some Financial Services needs). We are forced to tag each instance 24 times:
We could tag just once. Considering the typical linux cron "m h dom mon dow":
Note that the last "all" is not longer necessary. If there are spaces in the first value token it would mean it is a cron and only three tokens in total would be expected.
The text was updated successfully, but these errors were encountered: