Skip to content

Commit

Permalink
🐛 tcp (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay authored Nov 7, 2024
1 parent 4c0b22e commit f7e4b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/checker/handlers/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (h Handler) TCPHandler(c *gin.Context) {
},
Latency: latency,
Region: h.Region,
JobType: "tcp",
}

if req.Status == "active" && req.DegradedAfter > 0 && latency > req.DegradedAfter {
Expand Down

0 comments on commit f7e4b00

Please sign in to comment.