Skip to content

Commit 10d432a

Browse files
committed
chore: increased visibility timeout for failed messages
1 parent b0ca225 commit 10d432a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CompressImagesFunction/host.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"queues": {
99
"batchSize": 2,
1010
"maxDequeueCount" : 2,
11-
"newBatchThreshold" : 2
11+
"newBatchThreshold" : 3,
12+
"visibilityTimeout" : "00:15:00"
1213
}
1314
}
1415
}

0 commit comments

Comments
 (0)