No staged changes found.

This commit is contained in:
MythEclipse
2026-06-02 22:04:46 +07:00
parent 1359dd4955
commit 862586a863
@@ -683,7 +683,7 @@ async function processBatch(
enqueueIndividualFallbacks(incompleteMessages);
}
consecutiveErrors = 0; // Reset batch circuit breaker
resetConversationBatchFailures(conversationKey);
conversationErrorCooldown.delete(conversationKey);
shouldScheduleNext = true;
} catch (error) {