Skip to content

Commit

Permalink
change graph&node workers to 4,2 respectfully
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushik93 committed Oct 14, 2024
1 parent 8502928 commit 6b2ba4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autogpt_platform/infra/helm/autogpt-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ env:
OPENAI_API_KEY: ""
SUPABASE_JWT_SECRET: ""
REDIS_PASSWORD: "password"
NUM_GRAPH_WORKERS: 10
NUM_NODE_WORKERS: 5
NUM_GRAPH_WORKERS: 4
NUM_NODE_WORKERS: 2
DATABASE_URL: ""
SENTRY_DSN: ""
ENABLE_CREDIT: "true"
Expand Down
4 changes: 2 additions & 2 deletions autogpt_platform/infra/helm/autogpt-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ env:
ANTHROPIC_API_KEY: ""
OPENAI_API_KEY: ""
REDIS_PASSWORD: ""
NUM_GRAPH_WORKERS: 10
NUM_NODE_WORKERS: 5
NUM_GRAPH_WORKERS: 4
NUM_NODE_WORKERS: 2
ENABLE_CREDIT: "true"
BACKEND_CORS_ALLOW_ORIGINS: '["https://platform.agpt.co"]'
SUPABASE_JWT_SECRET: ""
Expand Down

0 comments on commit 6b2ba4b

Please sign in to comment.