From 9a0b463ad78f7d4afa9d3f4c10eec0e7c499daf0 Mon Sep 17 00:00:00 2001 From: Guy Harwood Date: Tue, 21 May 2019 12:11:09 +0100 Subject: [PATCH] update function behaviours to enable quicker polling and increase wait time between failures (#1200) --- functions/host.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/host.json b/functions/host.json index a7345661b2..6540487200 100644 --- a/functions/host.json +++ b/functions/host.json @@ -2,8 +2,8 @@ "version": "2.0", "extensions": { "queues": { - "maxPollingInterval": "00:00:20", - "visibilityTimeout": "00:00:30" + "maxPollingInterval": "00:00:05", + "visibilityTimeout": "00:03:00" } }, "functionTimeout": "00:10:00"