Azure / Azure/azure-functions-host

Factor trigger startup failures into health checks

Open
#9,890 0 comments 0 reactions 1 assignee Claimed by @brettsam View on GitHub
supportability
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

I've had a support case where a site had multiple triggers failing to start due to DNS issues. The failures were permanent, yet we attempted to connect for 6+ days and failed every time.

However, because some other triggers *did* start successfully, the host considered itself in "partial" startup mode. Some functions ran successfully, but the DNS issues impacted other operations as well.

It seems like we could factor this into our Health Checks that we do. If we see triggers not being able to start for some period of time, we consider the host unhealthy and restart the process.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.