browsertrix/backend/btrixcloud
Ilya Kreymer fa6627ce70
ensure QA configmap is updated for long running QA runs: (#1865)
- add a 'expire_at_duration_seconds' which is 75% of actual presign
duration time, or <25% remaining until presigned URL actually expires to
ensure presigned URLs are updated early than when they actually expire
- set cached expireAt time to the renew at time for more frequent
updates
- update QA configmap in place with updated presigned URLs when expireAt
time is reached
- mount qa config volume under /tmp/qa/ without subPath to get automatic
updates, which crawler will handle
- tests: fix qa test typo (from main)
- fixes #1864
2024-06-12 10:51:35 -07:00
..
migrations Add migration to set profile modified date (#1832) 2024-05-29 15:56:27 -04:00
operator ensure QA configmap is updated for long running QA runs: (#1865) 2024-06-12 10:51:35 -07:00
__init__.py
auth.py
background_jobs.py
basecrawls.py ensure QA configmap is updated for long running QA runs: (#1865) 2024-06-12 10:51:35 -07:00
colls.py
crawlconfigs.py
crawlmanager.py
crawls.py regression fix: remove 'project' from non-raw crawl object getters, (#1778) 2024-05-02 01:02:22 +02:00
db.py Add migration to set profile modified date (#1832) 2024-05-29 15:56:27 -04:00
emailsender.py
invites.py
k8sapi.py
main_op.py
main.py
models.py Backend: Add modified field and track created/modifier users for profiles (#1820) 2024-05-28 17:25:22 -04:00
orgs.py Fix regression to changing user roles via PATCH /user-role API (#1824) 2024-05-24 10:41:05 -07:00
pages.py
pagination.py
profiles.py Backend: Add modified field and track created/modifier users for profiles (#1820) 2024-05-28 17:25:22 -04:00
storages.py
uploads.py
users.py Fix regression to changing user roles via PATCH /user-role API (#1824) 2024-05-24 10:41:05 -07:00
utils.py
version.py version: bump to 1.10.2 2024-06-11 16:28:40 -07:00
webhooks.py