Azure / Azure/Azure-Functions

Functions Stops and needs a restart: Host thresholds exceeded [Connections]

Open
#1,313 0 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 am facing an issue where randomly a function stops working. This happens frequently when the load increases. **The problem is that no errors occur** and after a restart/stopstart the function starts working normally.

The Azure function is:

1) Triggered using EventHub Trigger and reading in batches
2) Reads from Storage using a SINGLE CloudTableClient
3) Writes to SQL - A single connection is being opened when needed and disposed of immediately

Any idea what is causing this issue? I had a similar issue on Functions V1 in the past but decided to put it on hold till I migrate to V2. Another thing that confuses me is that even after all the load goes down or stops, the function does not recover and stays in an idle(running) state without processing the EventHub queue.

Contributor guide

No contributing guide indexed for this repository

Research direction

The report names an Azure Function using an EventHub trigger, batched reads, a single CloudTableClient, and SQL writes, but no source files or tests. Start by isolating the trigger and connection behavior under increased load and after the load stops; a useful outcome would be a reproducible cause and a documented fix or diagnostic result.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, sql
Domain
backend, cloud, databases
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.