Skip to content

Commit

Permalink
decrease concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Jul 13, 2024
1 parent 3d2f85d commit 6281c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
region: ${{ env.REGION }}
flags: "--cpu=4 --memory=8192M --concurrency=80 --max-instances=20"
flags: "--cpu=4 --memory=8192M --concurrency=20 --max-instances=20"
- name: Show Output
run: echo ${{ steps.deploy.outputs.url }}

0 comments on commit 6281c21

Please sign in to comment.