Skip to content

Commit

Permalink
Increase workers to 3, remove callback url for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Mar 7, 2024
1 parent 8451a6b commit f6615b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai_ta_backend/beam/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def loader():

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

0 comments on commit f6615b1

Please sign in to comment.