Add app.REPLICA_DATABASE (#4289)

This commit is contained in:
Stanislav Novosad
2025-12-12 17:59:01 -07:00
committed by GitHub
parent e9f4632ff7
commit a902fa7a6e
7 changed files with 13 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ class Settings(BaseSettings):
if platform.system() == "Windows"
else "postgresql+psycopg://skyvern@localhost/skyvern"
)
DATABASE_REPLICA_STRING: str | None = None
DATABASE_STATEMENT_TIMEOUT_MS: int = 60000
DISABLE_CONNECTION_POOL: bool = False
PROMPT_ACTION_HISTORY_WINDOW: int = 1