Skip to content

Commit 5953625

Browse files
authored
Merge pull request #475 from vteratipally/boot_size_disk
catching hung task with pattern like "tasks airflow scheduler: *"
2 parents 112d53b + 0c258bb commit 5953625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/kernel-monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"type": "temporary",
2828
"reason": "TaskHung",
29-
"pattern": "task \\S+:\\w+ blocked for more than \\w+ seconds\\."
29+
"pattern": "task [\\S ]+:\\w+ blocked for more than \\w+ seconds\\."
3030
},
3131
{
3232
"type": "temporary",

0 commit comments

Comments
 (0)