-
Notifications
You must be signed in to change notification settings - Fork 789
Closed
Labels
Milestone
Description
Currently, the newdeploy function times out if not created within 120 seconds:
fission/pkg/executor/newdeploy/newdeploy.go
Line 400 in 5ec841c
for i := 0; i < 120; i++ { |
This does not work very well especially when you are mounting a volume on a function with latest podspec. This timeout should be configurable so that operations such as disk mounting can complete without failing.
ml-vilela and vadasambar