Show HN: Retry a command with exponential backoff and jitter (+ Starlark exprs) (github.com/dbohdan)
recur is a command-line tool that runs a single command repeatedly until it succeeds or no more attempts are left. It implements optional exponential backoff with configurable jitter. It lets you write the success condition in Starlark.