Survive OpenDota proPlayers 429 during watchlist pro refresh.
Continue with watchlist names when /proPlayers is rate-limited, and soft-fail the pro-matches step so daily can still refresh leaderboards and streamers. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -288,6 +288,7 @@ def run_daily(*, dry_run: bool = False) -> bool:
|
||||
"--refresh-limit",
|
||||
"15",
|
||||
dry_run=dry_run,
|
||||
soft_fail=True,
|
||||
)
|
||||
# Soft-fail Douyin enrichment (script itself exits 0; keep previous values on miss).
|
||||
run_script("fetch_streamers.py", dry_run=dry_run, soft_fail=True)
|
||||
|
||||
Reference in New Issue
Block a user