Skip to content

Commit

Permalink
Increase workers from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Mar 8, 2024
1 parent db076a7 commit 3abc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_ta_backend/beam/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def loader():

# Triggers determine how your app is deployed
@app.rest_api(
workers=3,
workers=4,
# callback_url='https://uiuc-chat-git-refactoringesttobeamserverless-kastanday.vercel.app/api/UIUC-api/ingestCallback',
max_pending_tasks=15_000,
max_retries=3,
Expand Down

0 comments on commit 3abc7eb

Please sign in to comment.