You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@erizet do you have a stack trace you can share? Or a minimal repro? Will be helpful to know which exact HTTP request is failing (particularly what piece of code is making that request) so we can triage as appropriate.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
If you are not the original author (erizet) and believe this issue is not stale, please comment with /bot not-stale and I will not close it.
I have a function with a blob trigger. When max retries(5) is reached, the log says:
Message has reached MaxDequeueCount of 5. Moving message to queue 'webjobs-blobtrigger-poison'.
After this the next log post is an exception.
There seems to be an error when moving the message to the new queue.
Investigative information
Please provide the following:
Repro steps
Expected behavior
Message moved to poison queue.
Actual behavior
host is closing down and the restareted, and after a while the error repeats.
Known workarounds
?
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: