From 6a64c4d9b588c62146a887e4963dd2ee415a6a21 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Tue, 30 Jun 2020 16:15:07 -0700 Subject: [PATCH] Update "func-watch" to reflect new message --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7af60e242..d5548fe97 100644 --- a/package.json +++ b/package.json @@ -790,7 +790,7 @@ "background": { "activeOnStart": true, "beginsPattern": "^.*(Job host stopped|signaling restart).*$", - "endsPattern": "^.*Host lock lease acquired by instance ID.*$" + "endsPattern": "^.*(Worker process started and initialized|Host lock lease acquired by instance ID).*$" }, "severity": "error" }