Skip to content

Commit 7865bbb

Browse files
committed
docs: note external db sync timeout mitigation
1 parent 0c4d4a9 commit 7865bbb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

claude/CLAUDE-KNOWLEDGE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ A: Use the shared `TextAreaField` component's `helperText` prop in `apps/dashboa
88

99
Q: Why did `pnpm typecheck` fail after deleting a Next.js route?
1010
A: The generated `.next/types/validator.ts` can keep stale imports for removed routes. Deleting that file (or regenerating Next build output) clears the outdated references so `pnpm typecheck` succeeds again.
11+
12+
Q: Why can external DB sync tests time out in dev-focused GitHub workflows?
13+
A: The first calls to `/api/latest/internal/external-db-sync/sequencer` and `/poller` can be slow in dev mode and hit Undici's headers timeout; prewarming those endpoints with the cron secret, retrying header-timeout failures in the test helper, or running tests single-worker are viable mitigations.

0 commit comments

Comments
 (0)