Skip to content

Commit 84b9ff3

Browse files
Merge pull request #1257 from signal18/db-jobs
reduce the interval for job secrets mismatch check
2 parents 262f193 + dfc6a43 commit 84b9ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,14 @@ var pstates30 = []string{
649649
"WARN0101", "WARN0111", "WARN0112", // Backup related
650650
"WARN0139", "WARN0140", "WARN0141", "WARN0142", "WARN0143", "WARN0150", "WARN0151", // Tresholds
651651
"WARN0147", "WARN0148", "WARN0153", "WARN0154", // Jobs related
652+
"WARN0158", // Job secrets mismatch
652653
"CREDIT01", // Credit related
653654
}
654655

655656
var pstates3600 = []string{
656657
"WARN0094", // Restic
657658
"WARN0132", "WARN0137", // App templates
658659
"WARN0117", "WARN0118", "WARN0119", "WARN0120", "WARN0121", "WARN0156", "WARN0157", // Tools versions
659-
"WARN0158", // Job secrets mismatch
660660
}
661661

662662
func (cluster *Cluster) Run() {

0 commit comments

Comments
 (0)