Share via

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.

Azure Queue Storage
Azure Queue Storage

An Azure service that provides messaging queues in the cloud.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    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.

    Was this answer helpful?

    0 comments No comments

Your answer

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