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.
When you check in at a store, you are sometimes given a numbered ticket. For example, if you check in in the order of 101, 102, and 103, you are generally called in the order you checked in, starting ...