Skip to content

Commit

Permalink
set min and max instances to 1 and reduce memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturomtz8 committed Sep 22, 2023
1 parent f3c1fb4 commit b50903d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
--trigger-http \
--allow-unauthenticated \
--entry-point=HandleTelegramWebhook \
--memory=256MiB \
--min-instances=4 \
--max-instances=20 \
--memory=128MiB \
--min-instances=1 \
--max-instances=1 \
--timeout=400s \
--set-env-vars=GITHUB_BOT_TOKEN=${{ secrets.BOT_TOKEN }} \
--quiet

0 comments on commit b50903d

Please sign in to comment.