fix: FunctionJob зависал в Running — добавлен RequeueAfter polling

This commit is contained in:
“Naeel”
2026-03-08 12:13:15 +04:00
parent e6abc490cd
commit 461ac096f9
8 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -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)
}