Production-grade webhook processing engine focused on reliability and backend engineering.
- Idempotent webhook ingestion
- Retry strategy with exponential backoff
- Async worker architecture
- Failure-aware backend design
- Clean, company-style repo structure
Built to demonstrate production thinking, not as a framework or tutorial.
pip install -r requirements.txt
pip install -r requirements-dev.txt
uvicorn app.main:app
Test
bash
pytest