feat: allow users to specify timeout for text generations and workflows by environment variable (#8395)
This commit is contained in:
parent
032dd93b2f
commit
52857dc0a6
8 changed files with 34 additions and 4 deletions
|
|
@ -254,6 +254,7 @@ services:
|
|||
APP_API_URL: ${APP_API_URL:-}
|
||||
SENTRY_DSN: ${WEB_SENTRY_DSN:-}
|
||||
NEXT_TELEMETRY_DISABLED: ${NEXT_TELEMETRY_DISABLED:-0}
|
||||
TEXT_GENERATION_TIMEOUT_MS: ${TEXT_GENERATION_TIMEOUT_MS:-60000}
|
||||
|
||||
# The postgres database.
|
||||
db:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue