Azure / Azure/azure-functions-host
During the Host warmup, warmup all WebHost services
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
Today as part of the `admin/warmup` call, we make sure the Host is running, and then execute any "WarmupTrigger" that may be present.
We should be warming up all the middlewares and WebHost level services to make sure the Runtime is fully warmed up for any new requests.
At the least, we need to investigate and see what type of perf impact we get without actual warmup.
cc: @safihamid, @wenhzha
Contributor guide
Research direction
Start at the admin/warmup entry point and trace the existing Host-start and WarmupTrigger flow. Identify which middleware and WebHost-level services are not warmed, measure the performance impact of leaving them cold, and verify that the runtime is fully warmed for new requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100