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
View File
@@ -7,3 +7,4 @@ exports.handle = async (event) => {
const sum = numbers.reduce((acc, n) => acc + n, 0);
return { input: numbers, sum, count: numbers.length };
};