-
feat: switch orchestrator from Fargate to EC2 Spot
released this
2026-05-22 18:24:33 +00:00 | -3 commits to main since this releaseDispatcher now launches Spot instances instead of Fargate tasks:
- t3.small for go/node builds ($0.005/hr)
- t3.medium for docker/godot builds ($0.01/hr)
- t3.micro for deploy jobs ($0.004/hr)
Instances self-terminate via user-data trap on exit.
Cancel: ec2:TerminateInstances instead of ecs:StopTask.
Cleanup cron also sweeps orphan instances by tinqs-ci tag.Pre-baked AMI with act_runner + tools = instant boot, no install.
Downloads