Skip to content

Commit

Permalink
Merge branch 'main' into fix-data-path
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Oct 31, 2023
2 parents 59fa4fb + 315213b commit 1fa2395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerflycd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@v2
- uses: superfly/flyctl-actions/setup-flyctl@master

# deploy
- run: flyctl deploy --remote-only
Expand Down
3 changes: 2 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ primary_region = "cdg"
processes = ["app"]
[http_service.concurrency]
type = "requests"
hard_limit = 0
hard_limit = 5
soft_limit = 1

[[http_service.checks]]
interval = "30s"
timeout = "5s"
Expand Down

0 comments on commit 1fa2395

Please sign in to comment.