chore: no staged changes

This commit is contained in:
MythEclipse
2026-06-02 22:05:47 +07:00
parent 862586a863
commit 9c352c94c9
@@ -687,11 +687,7 @@ async function processBatch(
conversationErrorCooldown.delete(conversationKey);
shouldScheduleNext = true;
} catch (error) {
consecutiveErrors++;
if (consecutiveErrors >= MAX_CONSECUTIVE_ERRORS) {
globalCooldownUntil = Date.now() + 60000;
logger.warn("Global circuit breaker triggered due to consecutive errors");
}
recordConversationBatchFailure(conversationKey);
// Unhandled exception — route everything to individual fallback.
logger.warn(