Merge pull request #475 from vteratipally/boot_size_disk

catching hung task with pattern like "tasks airflow scheduler: *"
This commit is contained in:
Kubernetes Prow Robot
2020-11-18 14:42:50 -08:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@
{
"type": "temporary",
"reason": "TaskHung",
"pattern": "task \\S+:\\w+ blocked for more than \\w+ seconds\\."
"pattern": "task [\\S ]+:\\w+ blocked for more than \\w+ seconds\\."
},
{
"type": "temporary",