feat(ddma-eligbility) - fix - v2
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user