You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during promotions, for example, pull request promotions, we have operations that might be expensive in terms of time,
for example, cloning a configuration repo would depend on the size of the repo
In order to control this scenario, we would like tohave default timeout for the promotion execution and the ability to of the user to override this value within the pipeline CR
AC
define the timeout strategy for pipeline promotions
implement providing a default and user-specific override
The text was updated successfully, but these errors were encountered:
From @yitsushi: "Right now with all our demo stuff it's happy, but as soon as it hits heavy load it may [have problems] handling long running processes without expected timeout. It can hurt on mono-repos with a lot of changes (I don't know if we shallow clone or full clone, I hope shallow)"
during promotions, for example, pull request promotions, we have operations that might be expensive in terms of time,
for example, cloning a configuration repo would depend on the size of the repo
In order to control this scenario, we would like tohave default timeout for the promotion execution and the ability to of the user to override this value within the pipeline CR
AC
The text was updated successfully, but these errors were encountered: