browsertrix/chart/templates
Ilya Kreymer 7fa2b61b29
Execution time tracking tweaks (#1994)
Tweaks to how execution time is tracked for more accuracy + excluding
waiting states:
- don't update if crawl state is in a 'waiting state' (waiting for
capacity or waiting for org limit)
- rename start states -> waiting states for clarity
- reset lastUpdatedTime if two consecutive updates of non-running state,
to ensure non-running states don't count, but also account for
occasional hiccups -- if only one update detects non-running state,
don't reset
- webhooks: move start webhook to when crawl actually starts for first
time (db lastUpdatedTime is not yet + crawl is running)
- don't set lastUpdatedTime until pods actually running
- set crawljob update interval to every 10 seconds for more accurate
execution time tracking
- frontend: show seconds in 'Execution Time' display
2024-08-06 09:44:44 -07:00
..
backend.yaml Adds Subscription API (#1914) 2024-07-10 17:41:16 -07:00
configmap.yaml disable behaviors for QA runs via configmap (#1963) 2024-07-23 19:54:21 -07:00
frontend.yaml add horizontal pod autoscaler for backend and frontend via helm charts (#1633) 2024-03-28 16:39:27 -07:00
ingress.yaml Add superuser API endpoints to export and import org data (#1394) 2024-07-02 17:14:34 -04:00
minio.yaml
mongo.yaml
namespaces.yaml
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 Crawler pod memory padding + auto scaling (#1631) 2024-03-28 16:39:00 -07:00
secrets.yaml
service.yaml
signer.yaml