azure-functions-host
azure-functions-host copied to clipboard
Enable/Disable worker warmup on language worker level
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 Is this done?
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.