Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Cancel a Specific Azure Function Instance on Demand? #2553

Open
TimNguyenVN opened this issue Oct 17, 2024 · 0 comments
Open

How to Cancel a Specific Azure Function Instance on Demand? #2553

TimNguyenVN opened this issue Oct 17, 2024 · 0 comments

Comments

@TimNguyenVN
Copy link

Hi there
I have a workflow consisting of multiple tasks, where each task is executed by an Azure Function. The functions are triggered by messages in a message queue. In cases where a user decides to cancel the workflow, how can I effectively cancel all the running Azure Functions that are part of this workflow?

I already researched a lot but looks like there is no way to cancel an Azure function instance triggered by Services Bus except shutdown the AzureFunction host.

Looking forward to your suggestions or workaround on how to handle this scenario. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant