Skip to content

Commit

Permalink
Merge pull request #1254 from imgbot/update_visibility_timeout
Browse files Browse the repository at this point in the history
chore: increased visibility timeout for failed messages
  • Loading branch information
GrigoreMihai authored Oct 13, 2022
2 parents b0ca225 + 10d432a commit 3dabf9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CompressImagesFunction/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"queues": {
"batchSize": 2,
"maxDequeueCount" : 2,
"newBatchThreshold" : 2
"newBatchThreshold" : 3,
"visibilityTimeout" : "00:15:00"
}
}
}

0 comments on commit 3dabf9d

Please sign in to comment.