wave
wave copied to clipboard
Ephemeral container expiration improvements
trafficstars
Ephemeral containers are accessible for a fixed period of time (a few hours) since their request.
However there are use cases (e.g. long workflow runs) that may require to be able to access such container for a longer period of time.
This PR extends the current logic so that when a container is requested by a workflow run submitted via Platform the container expiration time is extended as long as the corresponding workflow execution is running.
@pditommaso Can we move forward with this PR? or is it blocked by some other changes?