Queue Triggered Job Dequeue #2163
Unanswered
erenhakan34
asked this question in
Q&A
Replies: 1 comment
-
Hi @erenhakan34, thanks for reaching out. I think you could potentially implement this with a Durable Functions orchestrator that uses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a queue triggered function(not durable function) that takes only a string message. If my function fails due to some business reason(it's normal to fail), I want my function not to re-process the message over and over after certain timeout. How can I get it done?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions