Building a Task Queue From ScratchWhy BullMQ and Celery Can't Share One QueueAug 12, 2026·10 min read·19
Building the Execution Engine: Queue Manager, Workers and Process OrchestrationPart 3 of the "Beyond FastAPI" series. In the previous article, we built a thin orchestration layer using FastAPI. The API validates incoming requests, persists them as pending jobs, and immediately Jul 16, 2026·7 min read·8
Building the Orchestration Layer: Designing a Thin FastAPI API for Long-Running AI WorkloadsAccepting requests elegantlyJul 16, 2026·9 min read·10
Beyond FastAPI: Building a Production-Ready Asynchronous Job Orchestrator in PythonHow I built a scalable execution platform for long-running AI workloads using FastAPI, asyncio, multiprocessing, and MongoDB.Jul 15, 2026·7 min read·18