Skip to content

Commit 37fd92a

Browse files
committed
function fix
1 parent 6bd87a4 commit 37fd92a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

internal/namespaces/function/v1beta1/custom_deploy.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@ func DeployStepFunctionDeploy(api *function.API, runtime function.FunctionRuntim
260260
return nil, err
261261
}
262262
return api.WaitForFunction(&function.WaitForFunctionRequest{
263-
FunctionID: fc.ID,
264-
Region: fc.Region,
263+
FunctionID: fc.ID,
264+
Region: fc.Region,
265+
RetryInterval: core.DefaultRetryInterval,
265266
})
266267
}
267268
}

0 commit comments

Comments
 (0)