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

Aborting an Azure Function #273

Open
jmfirth-arkane opened this issue Jun 19, 2024 · 3 comments
Open

Aborting an Azure Function #273

jmfirth-arkane opened this issue Jun 19, 2024 · 3 comments

Comments

@jmfirth-arkane
Copy link

jmfirth-arkane commented Jun 19, 2024

I see no documentation for passing an AbortSignal through to a Node.js Azure Function for aborting a request. How is this achieved?

@ejizba
Copy link
Contributor

ejizba commented Jun 19, 2024

Hi @jmfirth-arkane, this isn't supported for Node.js right now, but we're happy to add it to the backlog.

I assume you're looking for something similar to cancellation token support in .NET? Docs on .NET support here with additional details here

A few related issues:

@ejizba ejizba added the feature label Jun 19, 2024
@jmfirth-arkane
Copy link
Author

Ejizba, thanks for your response! This feels like a great feature to have, thank you for adding it to the backlog.

@ejizba ejizba added this to the Backlog Candidates milestone Jun 21, 2024
@ejizba ejizba added the P2 label Jun 21, 2024
@serefacet
Copy link

serefacet commented Oct 13, 2024

It would be a great addition in terms of supporting graceful shutdown in functions with NodeJs on the top of app service plans

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

No branches or pull requests

3 participants