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

add Job scheduled start time annotation #24

Merged

Conversation

yangkev
Copy link

@yangkev yangkev commented Apr 9, 2020

This PR adds an annotation to Jobs created by CronJobs that annotates
them with "scheduled-start-time", which is the time that the CronJob is
expected to invoke a Job.

More specifically, if a CronJob is expected to run at 12:00:00, then
this annotation is 12:00:00.

Having this annotation is helpful for measuring start delay - the time
between when a Cron is expected to run, and when it actually does.

This PR adds an annotation to Jobs created by CronJobs that annotates
them with "scheduled-start-time", which is the time that the CronJob is
expected to invoke a Job.

More specifically, if a CronJob is expected to run at 12:00:00, then
this annotation is 12:00:00.

Having this annotation is helpful for measuring start delay - the time
between when a Cron is expected to run, and when it actually does.
@yangkev yangkev requested a review from vllry April 9, 2020 18:36
@vllry
Copy link

vllry commented Apr 9, 2020

👍 assuming you've thought through the time formatting.

@yangkev yangkev merged commit a982c2d into release-1.14.10-lyft Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants