KMKashif Mohammadinblog.lucrolearning.com·6h ago · 7 min readBuilding 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 00
KMKashif Mohammadinblog.lucrolearning.com·14h ago · 9 min readBuilding the Orchestration Layer: Designing a Thin FastAPI API for Long-Running AI WorkloadsPart 2 of the "Beyond FastAPI" series. In the previous article, we explored why long-running AI workloads don't belong inside a traditional request-response cycle. We introduced an architecture that 00
KMKashif Mohammadinblog.lucrolearning.com·1d ago · 7 min readBeyond FastAPI: Building a Production-Ready Asynchronous Job Orchestrator in PythonBackground Modern organizations collect an enormous amount of unstructured textual data through customer surveys, support tickets, employee feedback, product reviews, and research responses. While Lar00