Download the PHP package eshta/resilient-task without Composer
On this page you can find all versions of the php package eshta/resilient-task. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eshta/resilient-task
More information about eshta/resilient-task
Files in eshta/resilient-task
Download eshta/resilient-task
More information about eshta/resilient-task
Files in eshta/resilient-task
Vendor eshta
Package resilient-task
Short Description Resilient Task Runner, A circuit breaker implementation, highly configurable task runner with number of max retries, back-off factor, maximum sleep time, and starting sleep time.
License MIT
Homepage https://github.com/eshta/resilient-task
Package resilient-task
Short Description Resilient Task Runner, A circuit breaker implementation, highly configurable task runner with number of max retries, back-off factor, maximum sleep time, and starting sleep time.
License MIT
Homepage https://github.com/eshta/resilient-task
Please rate this library. Is it a good library?
Informations about the package resilient-task
Resilient Task
Resilient Task Runner, A circuit breaker implementation, highly configurable task runner with number of max retries, back-off factor, maximum sleep time, and starting sleep time.
Usage
Install the package:
Example
- try 10 times at most
- maximum sleep time between retries 16 seconds
- first sleep time is half a second
- back-off factor [2 default]: double sleeping time after each failed attempt
Note:: the runner will only stop when there is a non-null result returned by the task, or the max tries have been exhausted
Contributing
See Code of Conduct, if you want to make contribution (pull request) or just build and test project on your own.
Resources
- Changes History
- Bug Tracker
- Authors
All versions of resilient-task with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package eshta/resilient-task contains the following files
Loading the files please wait ....