max task steps for task v2 (#1877)
This commit is contained in:
@@ -20,6 +20,8 @@ class Settings(BaseSettings):
|
||||
BROWSER_LOADING_TIMEOUT_MS: int = 120000
|
||||
OPTION_LOADING_TIMEOUT_MS: int = 600000
|
||||
MAX_STEPS_PER_RUN: int = 10
|
||||
MAX_STEPS_PER_TASK_V2: int = 25
|
||||
MAX_ITERATIONS_PER_TASK_V2: int = 10
|
||||
MAX_NUM_SCREENSHOTS: int = 10
|
||||
# Ratio should be between 0 and 1.
|
||||
# If the task has been running for more steps than this ratio of the max steps per run, then we'll log a warning.
|
||||
|
||||
Reference in New Issue
Block a user