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

This commit is contained in:
“Naeel” 2026-03-08 12:13:15 +04:00
parent e097ca8945
commit 56b1c28332
4 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ exports.handle = async (event) => {
const name = event.name || 'World'; const name = event.name || 'World';
return { message: `Hello, ${name}!` }; return { message: `Hello, ${name}!` };
}; };

View File

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

Binary file not shown.

Binary file not shown.