0

I'm converting an Azure Function to Durable Function. Currently, I have added one Activity function. Is there any benefit in adding multiple Activity functions instead of one (for instance, cost reduction, less completion time)?

1 Answer 1

1

If you have just one Activity function , then I dont see a reason, why you should go for a Durable function. Durable function is meant for operations taking long time which cant be handled due to Timeout issues. with multiple activity, you divide your tasks in multiple function, each taking their time to complete before triggering other

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.