Timeout and retry mechanism for Bitwarden CLI (#670)
This commit is contained in:
@@ -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 #
|
||||
#####################
|
||||
|
||||
Reference in New Issue
Block a user