Skip to content

Commit

Permalink
🧱 Update target derigistration delay to 20sec
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 20, 2024
1 parent ef4818c commit fe53994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/components/ServiceTargets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export class ServiceTargets extends Component {
timeout: toSeconds(health.timeout),
matcher: health.successCodes,
},
deregistrationDelay: 20,
},
{ parent: this }
);
Expand Down

0 comments on commit fe53994

Please sign in to comment.