style(alerting): rename max retries
This commit is contained in:
@@ -9,7 +9,7 @@ type AlertJob struct {
|
||||
}
|
||||
|
||||
func (aj *AlertJob) Retryable() bool {
|
||||
return aj.RetryCount < maxRetries
|
||||
return aj.RetryCount < maxAlertExecutionRetries
|
||||
}
|
||||
|
||||
func (aj *AlertJob) ResetRetry() {
|
||||
|
||||
Reference in New Issue
Block a user