backon is a modern evolution of backoff — a zero-dependency Python library for retry with exponential backoff. It provides decorator, functional, and context manager APIs for both sync and async code.
I recently read a security report published on BadHost CVE-2026-48710 and felt that it was a highly impactful vulnerability for projects using Starlette or FastAPI, so I have organized my thoughts on ...