fix: FunctionJob зависал в Running — добавлен RequeueAfter polling
This commit is contained in:
@@ -33,7 +33,7 @@ func runtimeBaseImage(runtime string) (string, error) {
|
||||
case "python3.11":
|
||||
return "naeel/sless-runtime-python3.11:v0.1.0", nil
|
||||
case "nodejs20":
|
||||
return "naeel/sless-runtime-nodejs20:v0.1.0", nil
|
||||
return "naeel/sless-runtime-nodejs20:v0.1.1", nil
|
||||
default:
|
||||
return "", fmt.Errorf("unsupported runtime: %q (supported: python3.11, nodejs20)", runtime)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user