improve caching reliability by add retries for scrape_page (#4058)

This commit is contained in:
Shuchang Zheng
2025-11-21 00:08:13 -08:00
committed by GitHub
parent 6358b8b1d7
commit 2b1b28e4d7
3 changed files with 37 additions and 14 deletions

View File

@@ -43,3 +43,6 @@ TEXT_PRESS_MAX_LENGTH = 20
# Script generation constants
DEFAULT_SCRIPT_RUN_ID = "default"
# SkyvernPage constants
SKYVERN_PAGE_MAX_SCRAPING_RETRIES = 2