https://github.com/SoftwareHeritage/swh-storage
Revision ffb38f71d9b634cea6c6bc7d7d3baf5076919396 authored by David Douard on 18 June 2020, 16:41:24 UTC, committed by David Douard on 05 May 2021, 09:57:58 UTC
This proxy storage attempt to add buckets of objects, but in case of failure,
it splits the bucket in parts so every valid object in the bucket get a chance
to be inserted.

Also provides an error rate-limiting feature.

This proxy storage is mainly dedicated to help mirrorring an archive
using the replayer stack.
1 parent 051b771
History
Tip revision: ffb38f71d9b634cea6c6bc7d7d3baf5076919396 authored by David Douard on 18 June 2020, 16:41:24 UTC
Add a new TenaciousProxyStorage
Tip revision: ffb38f7
File Mode Size
bin
docs
sql
swh
.gitignore -rw-r--r-- 136 bytes
.pre-commit-config.yaml -rw-r--r-- 1.2 KB
AUTHORS -rw-r--r-- 112 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTORS -rw-r--r-- 61 bytes
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 242 bytes
Makefile -rw-r--r-- 163 bytes
Makefile.local -rw-r--r-- 69 bytes
README.md -rw-r--r-- 4.9 KB
conftest.py -rw-r--r-- 323 bytes
mypy.ini -rw-r--r-- 1.2 KB
pyproject.toml -rw-r--r-- 237 bytes
pytest.ini -rw-r--r-- 395 bytes
requirements-swh-journal.txt -rw-r--r-- 21 bytes
requirements-swh.txt -rw-r--r-- 68 bytes
requirements-test.txt -rw-r--r-- 274 bytes
requirements.txt -rw-r--r-- 129 bytes
setup.cfg -rw-r--r-- 247 bytes
setup.py -rwxr-xr-x 2.4 KB
tox.ini -rw-r--r-- 1.6 KB

README.md

back to top