Skip to main content

One post tagged with "concurrency"

View All Tags

Concurrency, durable job-state, and the road to Job-native execution

· 7 min read
Olaf Krasicki-Freund
Creator of AIFactory

This was a concurrency week. AIFactory started it as a single-instance app that ran one build at a time inside its own pod, and ended it with a control plane that can run many builds at once across replicas, plus the plumbing for moving the heavy work out of the web-server pod entirely and into per-task Kubernetes Jobs. The last part is not finished — and the honest version of that is the most useful thing in this post, so it gets its own section near the end.