Skip to content

Conversation

@matthewrobertson
Copy link
Member

This commit adds a nodejs AbortController to the HTTP request object that is used to signal cancellation for a function execution in the event of a timeout or client disconnect.

@matthewrobertson matthewrobertson changed the title add an abort controller to signal request timeouts feat: AbortController to signal request timeouts Apr 25, 2024
Copy link
Contributor

@HKWinterhalter HKWinterhalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for figuring this out

@matthewrobertson matthewrobertson force-pushed the zombie-timeouts branch 5 times, most recently from c937173 to 8d63104 Compare April 26, 2024 20:25
This commit adds a nodejs AbortController to the HTTP request object that is
used to signal cancellation for a function execution in the event of a timeout
or client disconnect.
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

Successfully merging this pull request may close these issues.

2 participants