No description
Find a file
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
bots Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
cmd Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
docs Add artifact inventory (§11), renumber sections 12-16 2026-03-24 00:36:50 -04:00
engine Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
web Complete Phase 3: TypeScript Canvas replay viewer 2026-03-24 07:30:04 -04:00
worker-api Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
go.mod Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
go.sum Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
PROGRESS.md Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00