-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update rust.yml #38
base: master
Are you sure you want to change the base?
Update rust.yml #38
Conversation
# Runs at 00:10 UTC every day. | ||
- cron: '10 0 * * *' | ||
# Runs at 01:10,02:10,03:10 UTC every day. | ||
- cron: '10 1,2,3 * * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am curious, why not "0 1,2,3"? Why those extra 10 minutes? Seems kind of random.^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is random. Most people would use full hours, thus creating a lot of jobs at those times.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC I read in some docs, it is not recommended to use full hours, for the same reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that makes sense. Would be good to explain it in the comment. :)
Meanwhile #39 landed; not sure if this one is still needed? |
But it would be still good to try to catch it multiple time in case it is early/late. |
for #11