Timeout and retry mechanism for Bitwarden CLI (#670)

This commit is contained in:
Kerem Yilmaz
2024-08-02 12:53:05 -07:00
committed by GitHub
parent 7fd07ece2f
commit e4fd825497
5 changed files with 119 additions and 8 deletions

View File

@@ -62,6 +62,12 @@ class Settings(BaseSettings):
# Workflow constant parameters
WORKFLOW_DOWNLOAD_DIRECTORY_PARAMETER_KEY: str = "SKYVERN_DOWNLOAD_DIRECTORY"
#####################
# Bitwarden Configs #
#####################
BITWARDEN_TIMEOUT_SECONDS: int = 60
BITWARDEN_MAX_RETRIES: int = 1
#####################
# LLM Configuration #
#####################