set default crawler channel if not set, possible fix for #2458 (#2469)

update default RWP version
This commit is contained in:
Ilya Kreymer 2025-03-07 12:32:19 -08:00 committed by GitHub
parent 6c192df49d
commit 03fa00df45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ class CrawlOperator(BaseOperator):
oid=oid, oid=oid,
org=org, org=org,
storage=StorageRef(spec["storageName"]), storage=StorageRef(spec["storageName"]),
crawler_channel=spec.get("crawlerChannel"), crawler_channel=spec.get("crawlerChannel", "default"),
proxy_id=spec.get("proxyId"), proxy_id=spec.get("proxyId"),
scale=spec.get("scale", 1), scale=spec.get("scale", 1),
started=data.parent["metadata"]["creationTimestamp"], started=data.parent["metadata"]["creationTimestamp"],

View File

@ -83,7 +83,7 @@ allow_dupe_invites: "0"
invite_expire_seconds: 604800 invite_expire_seconds: 604800
# base url for replayweb.page # base url for replayweb.page
rwp_base_url: "https://cdn.jsdelivr.net/npm/replaywebpage@2.2.4/" rwp_base_url: "https://cdn.jsdelivr.net/npm/replaywebpage@2.3.3/"
superuser: superuser:
# set this to enable a superuser admin # set this to enable a superuser admin