browsertrix/chart/templates
Ilya Kreymer c134b576ae
Optimize presigning for replay.json (#2516)
Fixes #2515.

This PR introduces a significantly optimized logic for presigning URLs
for crawls and collections.
- For collections, the files needed from all crawls are looked up, and
then the 'presign_urls' table is merged in one pass, resulting in a
unified iterator containing files and presign urls for those files.
- For crawls, the presign URLs are also looked up once, and the same
iterator is used for a single crawl with passed in list of CrawlFiles
- URLs that are already signed are added to the return list.
- For any remaining URLs to be signed, a bulk presigning function is
added, which shares an HTTP connection and signing 8 files in parallels
(customizable via helm chart, though may not be needed). This function
is used to call the presigning API in parallel.
2025-05-20 12:09:35 -07:00
..
backend.yaml move db migrations to initContainers: (#2449) 2025-03-03 13:13:15 -08:00
configmap.yaml Optimize presigning for replay.json (#2516) 2025-05-20 12:09:35 -07:00
frontend.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
ingress.yaml ingress: remove X-Forward-Proto snippet, no longer needed (and now possibly considered unsafe) (#2519) 2025-03-25 17:24:55 -07:00
minio.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
mongo.yaml Resource Constraints Cleanup: (fixes #895) (#1019) 2023-08-01 00:11:16 -07:00
namespaces.yaml refactoring to use statefulsets + job (#245) 2022-06-05 10:37:17 -07:00
networkpolicies.yaml Crawler network policy (#1727) 2024-07-03 10:55:03 -07:00
operators.yaml Execution time tracking tweaks (#1994) 2024-08-06 09:44:44 -07:00
priorities.yaml renumber crawl priority classes: (#1673) 2024-04-13 12:24:43 -07:00
role.yaml Move org deletion to background job with access to backend ops classes (#2098) 2024-10-10 14:41:05 -04:00
secrets.yaml Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
service.yaml Use Shared Services for Crawling, Redis, Profile Browsers (#1088) 2023-08-24 20:08:53 -07:00
signer.yaml charts cleanup: (#1360) 2023-11-08 19:24:00 -08:00