Add explicit timeouts and bounded retries for external dependencies #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Several external I/O paths have no explicit deadlines, and some intentionally disable retries entirely.
Why this is a problem:
Observed in:
lib/server/sec.tslib/server/prices.tslib/server/financials/kpi-notes.tslib/server/ai.tsgenerateTextandembedManyare invoked withmaxRetries: 0Suggested direction:
AbortControllerAcceptance criteria: