文件名称:Python-riprova通用的Python库用于使用可配置的退避策略重试失败的操作
文件大小:50KB
文件格式:ZIP
更新时间:2022-09-01 01:26:33
Python开发-其它杂项
riprova 通用的Python库,用于使用可配置的退避策略重试失败的操作
【文件预览】:
riprova-master
----MANIFEST.in(77B)
----README.rst(8KB)
----riprova()
--------exceptions.py(2KB)
--------backoff.py(1KB)
--------errors.py(3KB)
--------__init__.py(932B)
--------strategies()
--------async_retrier.py(11KB)
--------retrier.py(11KB)
--------constants.py(239B)
--------retry.py(5KB)
----requirements-dev.txt(287B)
----requirements.txt(12B)
----History.rst(2KB)
----examples()
--------context_manager.py(779B)
--------fibonacci_backoff.py(473B)
--------http_asyncio.py(1KB)
--------http_request.py(720B)
--------timeout_limit.py(438B)
--------constant_backoff.py(485B)
--------whitelisting_errors.py(1KB)
--------showcase.py(1KB)
--------exponential_backoff.py(485B)
--------blacklisting_errors.py(1KB)
--------decorator.py(376B)
----.travis.yml(477B)
----tox.ini(239B)
----LICENSE(1KB)
----setup.py(3KB)
----Makefile(1KB)
----docs()
--------make.bat(8KB)
--------install.rst(461B)
--------conf.py(10KB)
--------history.rst(28B)
--------index.rst(415B)
--------examples.rst(1KB)
--------Makefile(7KB)
--------api.rst(1KB)
----.editorconfig(254B)
----tests()
--------retry_test.py(2KB)
--------constants_test.py(317B)
--------retrier_test.py(6KB)
--------exceptions_test.py(796B)
--------async_retrier_context.py(902B)
--------async_retrier_test.py(6KB)
--------__init__.py(0B)
--------errors_test.py(3KB)
--------strategies()
--------conftest.py(228B)
--------backoff_test.py(812B)
----.gitignore(1KB)