@LukioTec Thanks! Yes .TaskForge handles resilience with an automatic exponential backoff retry strategy, a dead-letter queue (DLQ) for failed tasks, and a 7-state task lifecycle engine with fail-safe database rollbacks if Redis drops.
Spent the last few weeks building TaskForge, a resilient, distributed async task queue. Today, it’s fully open-source, containerized, and monitored! 🛠️
Check out the repo and architecture diagrams below. Details in the thread! 👇 https://t.co/uuOvwSdLac
#buildinpublic#backend
@KaiXCreator Working on TaskForge, a personal project focused on a distributed async task queue with FastAPI, Redis, and Postgres. Built for backend reliability and fail-safes! 🛠️
https://t.co/uuOvwSdLac
Under the hood:
• FastAPI, Redis queues & Postgres
• Exponential backoff & Dead Letter Queue
• Fail-safe DB rollbacks on Redis failure
• Prometheus queue depth monitoring
• 48+ Pytest cases & Docker runbooks
#python#systemdesign