QueueTrigger Consistent Incorrect Execution Pattern

Ben Holmes 1 Reputation point
2021-02-19T15:28:34.583+00:00

I have a QueueTrigger function that is the only active function in its function app. Messages are delivered to the queue by Event Grid every 10 minutes. Instead of processing the messages when they come in, the QueueTrigger is firing in a pattern shown below. I've tried to specify some queue settings in host.json, but no change in behavior. I went through the 'Diagnose and solve problems' options, and everything seems to be good in there. Any suggestions on how to get the QueueTrigger to consistently detect new messages when they come in?

The timing over an hour is 0:00, 0:10, 0:57.

70068-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
105 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 37,081 Reputation points Microsoft Employee
    2021-02-22T19:32:56.497+00:00

    @Ben Holmes
    Apologies for the delay responding here. I have reached out via private message to engage with you further.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.