mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-19 00:47:25 +00:00
catching hung task with pattern like taks airflow scheduler: some of the events related to hungtask is not identified
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "TaskHung",
|
||||
"pattern": "task \\S+:\\w+ blocked for more than \\w+ seconds\\."
|
||||
"pattern": "task [\\S\\s]+:\\w+ blocked for more than \\w+ seconds\\."
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
|
||||
Reference in New Issue
Block a user