Skip to content

Commit

Permalink
Merge pull request #61 from github/frequent-self-tests
Browse files Browse the repository at this point in the history
More frequent local checks
  • Loading branch information
Shlomi Noach authored May 3, 2018
2 parents 5050452 + ca4d310 commit 2f6cc3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/throttle/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import (
"time"

"fmt"

"github.com/github/freno/go/base"
metrics "github.com/rcrowley/go-metrics"
)

const frenoAppName = "freno"
const selfCheckInterval = 5 * time.Second
const selfCheckInterval = 1 * time.Second

// ThrottlerCheck provides methdos for an app checking on metrics
type ThrottlerCheck struct {
Expand Down

0 comments on commit 2f6cc3c

Please sign in to comment.