retry
retry copied to clipboard
A tiny library for retrying failing operations.
So we can finally start using this in projects that have the default minimum stability (`stable`) specified in Composer.
Hi ! I don't know if you are interested, but here's a tiny opcode optimisation for your retry. It happens that it does not use goto, and of course it...
Looks like everything is working great with retry, why not add a 0.1.0 or 1.0.0 tag?
You'd still need to add the repository on travis-ci.org AFAIK.
By specifying an optional 3rd parameter (in seconds), you can cause a small delay between retries. This can be useful to avoid the perception of flooding.