Document custom readiness endpoint for scale from zero#430
Open
welteki wants to merge 1 commit into
Open
Conversation
Note on the scale-to-zero and autoscaling pages that some workloads may need a custom readiness endpoint when scaling from zero. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
AI Pull Request OverviewDisclaimer: This review was generated by automated AI and may contain errors. Do not trust its outputs without human verification. Summary
Approval rating (1-10)8/10. The additions are accurate, scoped, and useful; no blocking issues found. Summary per fileSummary per file
Overall AssessmentThe PR adds focused documentation for a real scale-from-zero failure mode: functions whose process starts before the workload can safely serve traffic. The new guidance is consistent with the existing workload reference, uses the correct Detailed ReviewDetailed ReviewContent reviewNo blocking findings.
AI agent details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Note on the Scale to Zero and Auto-scaling pages that some workloads may
need a custom readiness endpoint when scaling from zero.
Motivation and Context
Slow-starting functions may need a custom readiness endpoint so the
gateway only sends traffic once the function is fully ready. This wasn't
mentioned in the docs.
How Has This Been Tested?
Checked the rendered Markdown and verified links.
Types of changes
Checklist:
git commit -s