kaboot/hooks
Joey Yakimowich-Payne b52d6b1a6f Queue concurrent uploads instead of rejecting with 503
Server: replace hard 503 rejection with a bounded queue (50 slots,
2min timeout) so requests wait for a processing slot instead of failing.

Client: upload files sequentially instead of via Promise.all, and
retry with exponential backoff on 503/504 responses.
2026-02-19 13:55:38 -07:00
..
useAuthenticatedFetch.ts feat: add comprehensive game configuration system 2026-01-14 01:43:23 -07:00
useBodyScrollLock.ts Fix modal scrolling 2026-01-13 23:56:21 -07:00
useGame.ts Queue concurrent uploads instead of rejecting with 503 2026-02-19 13:55:38 -07:00
useQuizLibrary.ts Add sharing 2026-01-16 08:49:21 -07:00
useUserConfig.ts feat: add comprehensive game configuration system 2026-01-14 01:43:23 -07:00
useUserPreferences.ts Flesh out payment stuff 2026-01-22 12:21:12 -07:00