phase6-Prefect

This commit is contained in:
ldy
2026-06-18 00:32:26 -04:00
parent 91cf930a5f
commit 11f10affbd
5 changed files with 192 additions and 18 deletions

View File

@@ -40,3 +40,9 @@ OUTPUT_CSV=output/results.csv
# == Browser agent ==
ENABLE_BROWSER_AGENT=true
BROWSER_HEADLESS=true
# == Scheduling (Prefect flow) ==
# Interval between scheduled runs in seconds (86400 = daily)
SCHEDULE_INTERVAL_SECONDS=86400
FLOW_RETRIES=1
FLOW_RETRY_DELAY_SECONDS=60