[Core feature] Add timeout to ContainerTask #6351
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Motivation: Why do you think this is important?
For regular python tasks the user can set a timeout by passing
timeout
in the@task
decorator. I think the same should be possible forContainerTask
s.Goal: What should the final outcome look like, ideally?
e.g.
ContainerTask(..., timeout=timedelta(seconds=60)
should set a 60 second timeoutDescribe alternatives you've considered
I think it could be done via
PodTemplate
s atm but that seems overkill for something like this.Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: