browsertrix/chart
Ilya Kreymer 8107b054f6
Profiles: Make browser commit API call idempotent (#2728)
- Fix race condition related to browser commit time
- The profile commit request waits for browser to actual finish, and
profile saved. This can cause request to time out, resulting in a retry,
in which the browser has already been closed.
- With these changes, the commit is now 'idempotent' and returns a
waiting_for_browser until the profile is actually committed.
- On frontend, keep pinging commit endpoint with a timeout while 'waiting_for_browser' is returned, actual committed when endpoint returns profile id.

---------

Co-authored-by: sua yoo <sua@suayoo.com>
2025-07-22 17:59:49 -07:00
..
admin/logging
app-templates Profiles: Make browser commit API call idempotent (#2728) 2025-07-22 17:59:49 -07:00
btrix-crds
charts
email-templates
examples docs: update remote deployment docs with working nginx-install example (#2625) 2025-05-28 20:07:02 -07:00
proxies
templates qa: run siteSpecific behaviors on QA (#2739) 2025-07-15 16:17:55 -07:00
test tests: fix nightly test config after #2611 (#2614) 2025-05-20 12:25:15 -07:00
.helmignore
Chart.lock
Chart.yaml version: bump to 1.17.4 2025-07-16 10:22:10 -07:00
README.md
values.yaml version: bump to 1.17.4 2025-07-16 10:22:10 -07:00

Update Helm dependencies

  • It needs to update Helm charts after changing its dependencies (e.g. logging)
$ helm dependency update .

Update metacontroller

#!/bin/bash

# intall metacontroller
git clone --depth=1 https://github.com/metacontroller/metacontroller.git
cd metacontroller
helm package deploy/helm/metacontroller --destination deploy/helm
cd ..

# update dependency
helm dependency update
  • Bump up the metacontroller version in Chart.yaml