2

I have a function app with multiple functions that triggers on storage queues. If af function throws an exception you can configure it to retry in the host file by setting maxDequeueCount to the numbers of times you would like to retry. But what if you different behaviors for different functions? So some would not put anything in the poison queue and some would retry 3 times? I know I could just catch the exception, but then it is displayed in the monitor view as succeeded. Is there any attributes I could use to differentiate or other approaches? Or can it only be solved with multiple function apps?

1 Answer 1

1

Currently, there are only a few settings(like log level) can be specified per function in azure functions.

For maxDequeueCount, it's not supported. Here is an issue regarding this. And for now, you can only do it with multiple function apps.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.