Description
As a:
I need to be able to:
Indicate that an application instance is still healthy but should temporarily stop receiving new incoming traffic, for example when it is under high CPU or memory load, while continuing to serve existing sessions or in-flight requests.
which enables me to:
Gracefully reduce traffic to stressed instances, improve overall availability, and avoid abrupt failures, without relying on non-standard health endpoints or load-balancer-specific workarounds.
Description
As a:
I need to be able to:
Indicate that an application instance is still healthy but should temporarily stop receiving new incoming traffic, for example when it is under high CPU or memory load, while continuing to serve existing sessions or in-flight requests.
which enables me to:
Gracefully reduce traffic to stressed instances, improve overall availability, and avoid abrupt failures, without relying on non-standard health endpoints or load-balancer-specific workarounds.