Revise deployment stage timeout mechanism
khanhtc1202 opened this issue · 1 comments
khanhtc1202 commented
What would you like to be added:
Every deployment should have its timeout to avoid long time blocking deployment.
There is already pipeline.stages[x].timeout
configuration (ref: https://github.com/pipe-cd/pipecd/blob/master/pkg/config/application.go#L225), but it is not to be used anywhere else.
Why is this needed: