Azure / Azure/Azure-Functions

Node.js AI Logs code: 13, Received RST_STREAM with error code 2

Open
#1,178 3 comments 0 reactions 0 assignees View on GitHub
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:
![image](https://user-images.githubusercontent.com/241706/55378859-21240f00-551b-11e9-8445-7696483dc15a.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.