SHUTDOWN_MARKER_PATH

Constant SHUTDOWN_MARKER_PATH 

Source
pub const SHUTDOWN_MARKER_PATH: &str = "/tmp/objectstore.down";
Expand description

Filesystem path whose presence signals that the server is shutting down.

When this file exists, the /ready endpoint returns 503 Service Unavailable, causing load balancers to stop routing new requests to this instance. Create this file before terminating the process to drain in-flight requests gracefully.