add script to download all remote layers (#3294)

For use in production in case on-demand download turns out to be
problematic during tenant_attach, or when we eventually introduce layer
eviction.

Co-authored-by: Dmitry Rodionov <dmitry@neon.tech>
This commit is contained in:
Christian Schwarz
2023-01-25 14:55:25 +01:00
committed by GitHub
parent 01b4b0c2f3
commit 8963d830fb
3 changed files with 567 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ psutil = "^5.9.4"
types-psutil = "^5.9.5.4"
types-toml = "^0.10.8"
pytest-httpserver = "^1.0.6"
aiohttp = "3.7"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"