HealthKit + Celery on ECS, Part 3: Deploying Workers to Fargate
Three ECS services from one Docker image, the env var crash that blocks every first Celery deploy, Redis configuration across environments, and health checks...
Three ECS services from one Docker image, the env var crash that blocks every first Celery deploy, Redis configuration across environments, and health checks...
Building a 30-day backfill system with anchor-based incremental sync, chunked uploads, UUID deduplication, and the ‘device locked’ problem that breaks everyt...
You can’t process Apple HealthKit data inline. Here’s why we needed Celery, why SQS was the wrong broker for us, and the architecture that emerged.
A visual deep-dive into running Celery workers as separate ECS containers — broker topology, task lifecycle, concurrency models, and the Beat scheduler gotcha.
After 14 years of building software, I’m finally writing about it.
How I replaced inline URL citations with a token-based reference system that separates machine semantics from user-visible text — and why the old approach wa...