You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warm up requests are executed before the service is reported ready so that new incoming requests can be readily served without having to create new network connections to database dependency or sidecar container, etc or load the required modules. Warm up requests can be dummy or canary or health check type requests that can trigger the hot path at least once. Warm up requests don't need to be successful but need to be executed before reporting readiness.
Your proposal
Gateway Runtime: execute service discovery request to all executors.
Executor Runtime: execute empty post request on the default endpoint.
Environment
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the feature
Warm up requests are executed before the service is reported ready so that new incoming requests can be readily served without having to create new network connections to database dependency or sidecar container, etc or load the required modules. Warm up requests can be dummy or canary or health check type requests that can trigger the hot path at least once. Warm up requests don't need to be successful but need to be executed before reporting readiness.
Your proposal
Gateway Runtime: execute service discovery request to all executors.
Executor Runtime: execute empty post request on the default endpoint.
Environment
Screenshots
The text was updated successfully, but these errors were encountered: