fix: recover local paired attempts after restart

This commit is contained in:
ejclaw
2026-05-27 06:27:10 +09:00
parent ea6c697cb9
commit 71650da534
4 changed files with 109 additions and 13 deletions

View File

@@ -242,7 +242,7 @@ export function getPairedTurnAttempts(
}
export function recoverInterruptedPairedTurnAttemptsForService(args: {
serviceId: string;
serviceIds: string[];
now?: string;
error?: string;
}): InterruptedPairedTurnAttemptRecoveryCandidate[] {