Skip to content

Commit

Permalink
chore(license): set the validator running flag to false as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Jan 29, 2025
1 parent e0a7285 commit b4875e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/query-service/license/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ func (lm *Manager) ValidateV3(ctx context.Context) (reterr error) {
zap.L().Error("Couldn't initialize features", zap.Error(err))
}
lm.done <- struct{}{}
lm.validatorRunning = false
}

telemetry.GetInstance().SendEvent(telemetry.TELEMETRY_LICENSE_CHECK_FAILED,
Expand Down

0 comments on commit b4875e0

Please sign in to comment.