0

I have an Azure (let's call it A) function that have to put thousands of messages in an Azure storage queue. A uses a for loop to put the messages into the queue. Every message is an object serialized in JSON (it's very small).

This queue is used to trigger another Azure function. Let's call it B. Only 4 instances of B can start at the same time.

I'm not using a consumption plan.

It happens that at some point A stops putting messages in the queue and i can't figure out the reason.

From the Azure function console i don't get any error message. No exceptions arise. It simply stops.

For example it should put 30000 messages but during the tests it managed to put between 180 and 1600 messages.

Any piece of advice would be great.

Thank you.

user3075478
  • 127
  • 11

0 Answers0