Articles by tag: task-queue
Redis Lua Queue: partition order and worker pool
Implementation of Redis queue on Lua for strict order in partitions, shared worker pool, retries. Benchmarks, diagrams, code. For middle/senior dev — study and implement.
Processing webhooks in Python: FastAPI + Redis
Learn how to build reliable backends for webhooks with task queues. FastAPI code, Redis workers, protection against duplicates and errors. For middle/senior dev.