fix: keep profile rotation nonblocking

This commit is contained in:
Shakker
2026-05-09 11:55:59 +01:00
parent 2ff63570d8
commit cedf30e3d6

View File

@@ -153,7 +153,7 @@ export async function handleAssistantFailover(params: {
}
const rotated = await params.advanceAuthProfile();
await markFailedProfile();
markFailedProfile();
if (params.timedOut && !params.isProbeSession && failedProfileId) {
params.warn(`Profile ${failedProfileId} timed out. Trying next account...`);
}