We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see no documentation for passing an AbortSignal through to a Node.js Azure Function for aborting a request. How is this achieved?
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
Ejizba, thanks for your response! This feels like a great feature to have, thank you for adding it to the backlog.
It would be a great addition in terms of supporting graceful shutdown in functions with NodeJs on the top of app service plans
No branches or pull requests
I see no documentation for passing an AbortSignal through to a Node.js Azure Function for aborting a request. How is this achieved?
The text was updated successfully, but these errors were encountered: