Aleksandar Popovic

Public repo

s3_backoff_algorithm

An Elixir repository around backoff behavior for S3-style cloud operations.

Elixir, AWS S3 View library

s3_backoff_algorithm is an Elixir repository exploring backoff behavior for S3-style operations.

Backoff code is small but important. It decides how a system behaves when the outside world is slow, unavailable, or rate-limiting requests. Putting that behavior in its own repo makes the failure strategy easier to understand.