ai-code-battle/worker-api
jedarden 6659027bec Implement match worker container (cmd/acb-worker/)
- Worker polls Cloudflare Worker API for pending match jobs
- Claims jobs and executes matches using the game engine
- Uploads replays to R2 via S3-compatible API
- Sends heartbeats during match execution
- Submits results back to Worker API
- Includes retry logic with exponential backoff
- API client tests for job coordination endpoints

Also fixes glicko2.ts: export g() and E() functions for testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 08:06:15 -04:00
..
src Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
package.json Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
schema.sql Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
tsconfig.json Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
vitest.config.ts Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
wrangler.toml Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00