ai-code-battle/cmd/acb-worker
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
..
api.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
api_test.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
main.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
r2.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00