Skip to content

Commit

Permalink
more aggressive healtchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 30, 2024
1 parent e306204 commit 45d8c35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion coach-things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ COACH_CMD=(
-p 2 # number of concurrent workloads
--stop-at-first-error
--grpc-timeout-ms 10000
--grpc-health-check-timeout-ms 100
)

echo ""
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct Args {
#[arg(long, default_value_t = false)]
pub only_healthcheck: bool,
/// Delay between health checks
#[arg(long, default_value_t = 200)]
#[arg(long, default_value_t = 100)]
pub health_check_delay_ms: usize,
/// Name of the drills to ignore
#[arg(long)]
Expand Down

0 comments on commit 45d8c35

Please sign in to comment.