catching hung task with pattern like taks airflow scheduler: some of the events related to hungtask is not identified

This commit is contained in:
varsha teratipally
2020-10-08 23:04:15 +00:00
parent f42281ee26
commit f984abbe2e

View File

@@ -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",