Node.js AI Logs code: 13, Received RST_STREAM with error code 2
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Hi
I keep seeing this strange error in several of my Azure Function deployments:

All of my functions are deployed from DevOps, using `npm i` in build step.
Sometimes I call `func extensions install`, but not for the one above.
The function above is a very simple timer trigger which runs once a day. That message appears two times, about 20 minutes after the timer trigger is complete.
I've done some googling, and it seems the `RST_STREAM`-error could be related to dangling promises, but the function is `async function` and I use `await`. The function.json for the timer has no `out`.
Azure Functions version: 2.0.12382.0
azure-functions-core-tools version: "2.4.419
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.