Skip to content

primeautomation-dev/production_webhook_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

production_webhook_engine

Production-grade webhook processing engine focused on reliability and backend engineering.

What this shows

  • 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.

Run

pip install -r requirements.txt
pip install -r requirements-dev.txt
uvicorn app.main:app
Test
bash
pytest

About

Production-grade webhook processing engine demonstrating reliability, idempotency, retries, and async worker architecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors