Retry a command until it succeeds or max attempts reached
Repeat a command until the command succeeds
retry
$ retry -m 5 curl https://example.com
$ retry -d 2 npm install
$ retry -b 2 -m 10 docker pull myimage:latest