Skip to content

Commit

Permalink
Handle sudden breakage in fly config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
isker committed Jan 14, 2024
1 parent 9a0407e commit 731de61
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions demo/fly.zoekt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,10 @@ primary_region = "ewr"
[experimental]
auto_rollback = true

[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"

[[services.tcp_checks]]
[checks]
[checks.tcp_check]
type = "tcp"
port = 8080
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"

0 comments on commit 731de61

Please sign in to comment.