kaboot/server
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
..
sandbox Update docker file 2026-02-03 09:09:28 -07:00
src Queue concurrent uploads instead of rejecting with 503 2026-02-19 13:55:38 -07:00
tests Implement host proof 2026-02-03 09:05:05 -07:00
.dockerignore Phase 2 + 3 complete 2026-01-13 15:20:46 -07:00
Dockerfile Sandboxing 2026-02-03 08:24:48 -07:00
package-lock.json Fix ppt 2026-01-23 15:23:54 -07:00
package.json Fix ppt 2026-01-23 15:23:54 -07:00
tsconfig.json Phase 1 done 2026-01-13 14:14:30 -07:00