Skip to content

Commit 4d6e199

Browse files
committed
fix: address PR review comments
- Rename regionPromises → regionCache (BYK suggestion) - Evict rejected promises from regionCache via .catch handler so retries after re-authentication work (Seer + BugBot) - Use limit.map helper instead of manual map + Promise.all (BYK) - Replace setTimeout + Promise.race with AbortSignal.timeout — self-cleaning, doesn't hold event loop (BYK + BugBot) - Queued tasks check signal.aborted before work (code-scanner earlyExit pattern from PR #414) - Take AGENTS.md from origin/main to resolve merge conflict
1 parent 0b65fcb commit 4d6e199

File tree

3 files changed

+74
-56
lines changed

3 files changed

+74
-56
lines changed

0 commit comments

Comments
 (0)