perf(static-sites): parallelize Bunny transfers

This commit is contained in:
Eric Wendland 2026-07-20 02:02:47 +02:00
commit 10132c10e3
4 changed files with 143 additions and 7 deletions

View file

@ -62,6 +62,10 @@ python3 static_site.py bunny dist --dry-run
python3 static_site.py bunny dist
```
Changed files are transferred with 16 workers by default while preserving the
asset-before-HTML and manifest-last publication order. Set
`BUNNY_TRANSFER_WORKERS` or pass `--workers` to tune the limit.
Set `BUNNY_STORAGE_ENDPOINT` when the Storage Zone is outside Frankfurt.
## Development