Hello Community,
I have a service bus that is related to a queue
every second message the service bus is sending the message to dead letter queue and the function that is supposed to be consuming the message is not even triggering.
so The queue is set to lock a message for 10 minutes once it is delivered once
there is also 10 retry attempts
the function does not trigger as there is logging where "stated" is logged even before it does anything.
When we had the retry steps to 1 it would fail every second message, now it fails every 5 messages.
I have reviewed the logs and everything but I have yet to find any reason why it is doing this, it just states that retry limit is succeeded, why would this be if the function consuming the message doesnt even receive anything?