Skip to content

Commit

Permalink
ignore am password grant failures after start up
Browse files Browse the repository at this point in the history
  • Loading branch information
jburke-idam committed Jan 26, 2024
1 parent be6da3c commit b1c0390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'uk.gov.hmcts.reform'
version = '2.3.3'
version = '2.3.4'
sourceCompatibility = 1.8
generateLombokConfig.enabled = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public ScheduledHealthProbeIndicator amReadyScheduledHealthProbe(AMReadyHealthPr
public ScheduledHealthProbeIndicator amPasswordGrantScheduledHealthProbe(AmPasswordGrantHealthProbe amPasswordGrantHealthProbe) {
return new ScheduledHealthProbeIndicator(
amPasswordGrantHealthProbe,
HealthProbeFailureHandling.MARK_AS_DOWN,
HealthProbeFailureHandling.IGNORE,
taskScheduler,
amHealthProbeProperties.getPasswordGrant().getFreshnessInterval(),
amHealthProbeProperties.getPasswordGrant().getCheckInterval());
Expand Down

0 comments on commit b1c0390

Please sign in to comment.