Azure / Azure/azure-functions-host

Concurrent package restores may trigger multiple host restarts

Open
#1,533 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

If a function app needs to perform NuGet restore on multiple functions when it first starts, a shutdown signal may be processed before all restore operations have finished. This may cause several restarts if there are multiple functions pending restore in the app.

Contributor guide

Open the contributing guide

Research direction

The issue names no files, tests, or entry points. Start by tracing the host startup path for concurrent NuGet restores and shutdown-signal handling, then identify how completion should be coordinated so pending restores do not trigger multiple restarts. Done means the described multi-function restore scenario no longer causes several host restarts.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.