Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 4e7c341

Browse files
committed
chore(ci): update relay workflow
1 parent c2fd8b0 commit 4e7c341

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/relay.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
8181

8282
- uses: superfly/flyctl-actions@1.3
83-
working-directory: dist/packages/relay
8483
env:
8584
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
8685
with:
87-
args: 'deploy --remote-only'
86+
args: 'deploy --remote-only --strategy bluegreen --detach dist/packages/relay'

packages/relay/fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ processes = []
2424
script_checks = []
2525

2626
[services.concurrency]
27-
hard_limit = 25
28-
soft_limit = 20
27+
hard_limit = 100
28+
soft_limit = 75
2929
type = "connections"
3030

3131
[[services.ports]]
@@ -39,5 +39,5 @@ processes = []
3939
[[services.tcp_checks]]
4040
grace_period = "1s"
4141
interval = "15s"
42-
restart_limit = 0
42+
restart_limit = 2
4343
timeout = "2s"

0 commit comments

Comments
 (0)