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

TTL on update (progress) vs complete #694

Closed
nyurik opened this issue Aug 12, 2015 · 2 comments
Closed

TTL on update (progress) vs complete #694

nyurik opened this issue Aug 12, 2015 · 2 comments

Comments

@nyurik
Copy link

nyurik commented Aug 12, 2015

It seems setting TTL on a long running job that constantly updates its progress TTL-expire fails before the job completes, even though the progress update has happened much more recently than TTL. Does TTL only look at the job completion? I think progress update should be a good-enough for TTL monitoring.

@behrad
Copy link
Collaborator

behrad commented Sep 15, 2015

TTL currently looks at job start time @nyurik
I should check the code if update time can improve the semantics of this, nice point :)

@jnordberg
Copy link

👍 Would love to see this implemented.

Any workaround for now? Could a worker increment the job's TTL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants