backoffEasy Playground

Function decorator for retries with exponential backoff

Getting started with backoffRun locally
Install
pip install backoff
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: backoff)

backoff is a third-party package. Function decorator for retries with exponential backoff. Install with: pip install backoff

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?