Skip to content

Commit 9d2c182

Browse files
authored
Merge pull request #475 from RiRa12621/master
alerts: adjust error message accrodingly to recent change
2 parents ae234b7 + d0ca137 commit 9d2c182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/apps_alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
severity: 'warning',
214214
},
215215
annotations: {
216-
message: 'Job {{ $labels.namespace }}/{{ $labels.job_name }} is taking more than one hour to complete.',
216+
message: 'Job {{ $labels.namespace }}/{{ $labels.job_name }} is taking more than 12 hours to complete.',
217217
},
218218
},
219219
{

0 commit comments

Comments
 (0)