azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

Enable/Disable worker warmup on language worker level

Open shreyas-gopalakrishna opened this issue 2 years ago • 2 comments

Currently worker warmup feature is enabled on host level using the WORKER_WARMUP_ENABLED feature flag. This flag enabled, sends the warmup request to all language workers if they have capability.

We need to design a way to enable/disable it on language worker level so even if WORKER_WARMUP_ENABLED is set, we can disable it if one of the language workers have a regression.

shreyas-gopalakrishna avatar Feb 03 '23 18:02 shreyas-gopalakrishna

@shreyas-gopalakrishna Is this done?

kshyju avatar Jun 20 '25 17:06 kshyju

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

If you are not the original author (@shreyas-gopalakrishna) and believe this issue is not stale, please comment with /bot not-stale and I will not close it.