MCPcopy Create free account
hub / github.com/cursor/plugins / isBusy

Function isBusy

orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:169–172  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

167}
168
169function isBusy(err: unknown): boolean {
170 const msg = err instanceof Error ? err.message : String(err);
171 return msg.toLowerCase().includes("busy");
172}
173
174async function sleep(ms: number): Promise<void> {
175 await new Promise(r => setTimeout(r, ms));

Callers 1

sendWithBusyRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected