Building a Task Queue From Scratch
Why BullMQ and Celery Can't Share One Queue
Aug 12, 202610 min read19

Search for a command to run...
Articles tagged with #python
Why BullMQ and Celery Can't Share One Queue

From dependency injection to graceful shutdown: engineering resilient worker processes

Inside the brain of a under-rated worker

Part 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

Accepting requests elegantly

How I built a scalable execution platform for long-running AI workloads using FastAPI, asyncio, multiprocessing, and MongoDB.
