Skip to content

Commit

Permalink
update function behaviours to enable quicker polling and increase wai…
Browse files Browse the repository at this point in the history
…t time between failures (#1200)
GuyHarwood authored and activemq committed May 21, 2019
1 parent 06c1cfc commit 9a0b463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/host.json
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9a0b463

Please sign in to comment.