feat(ddma-eligbility) - fix - v2

This commit is contained in:
2025-12-13 01:56:03 +05:30
parent 52b0b6eb5c
commit a1c2439991

View File

@@ -326,7 +326,7 @@ async function pollAgentSessionAndProcess(
const maxTransientErrors = 12; const maxTransientErrors = 12;
// NEW: give up if same non-terminal status repeats this many times // NEW: give up if same non-terminal status repeats this many times
const noProgressLimit = 10; const noProgressLimit = 100;
const job = ddmaJobs[sessionId]; const job = ddmaJobs[sessionId];
let transientErrorCount = 0; let transientErrorCount = 0;