phase6-Prefect
This commit is contained in:
@@ -57,6 +57,11 @@ class Settings(BaseSettings):
|
||||
enable_browser_agent: bool = True
|
||||
browser_headless: bool = True
|
||||
|
||||
# -- Scheduling (Prefect flow) -----------------------------------------
|
||||
schedule_interval_seconds: int = 86400 # default: daily
|
||||
flow_retries: int = 1
|
||||
flow_retry_delay_seconds: int = 60
|
||||
|
||||
|
||||
@lru_cache
|
||||
def get_settings() -> Settings:
|
||||
|
||||
Reference in New Issue
Block a user