mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 12:10:44 +00:00
fix: keep profile rotation nonblocking
This commit is contained in:
@@ -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...`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user