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

Make EC verify task timeout configurable #1613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ralphbean
Copy link
Member

@ralphbean ralphbean commented Nov 15, 2024

Before this change, users could use the TIMEOUT param to increase their timeout up from the 5m default, but they would hit a ceiling. If they increased their timeout past 2h, then a tekton default on timeout for the task itself would kick in.

This change will cause the timeout param to be used both for the value passed to ec running in side the task, and for the timeout of the task itself. When the time has expired, tekton will cancel the task.

Before this change, users could use the TIMEOUT param to increase their
timeout up from the 5m default, but they would hit a ceiling. If they
increased their timeout past 2h, then a tekton default on timeout for
the task itself would kick in.

This change will cause the timeout param to be used both for the value
passed to ec running in side the task, and for the timeout of the task
itself. When the time has expired, tekton will cancel the task.
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

Successfully merging this pull request may close these issues.

1 participant