From 4deddbb6568ed0ef5e8a02a21cc4df0e468de61b Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Fri, 13 Dec 2024 14:05:12 +0200 Subject: [PATCH] proxy no-status-check --- docs/sdk-and-tools/proxy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sdk-and-tools/proxy.md b/docs/sdk-and-tools/proxy.md index 4284a87e0..ae2cd3cc4 100644 --- a/docs/sdk-and-tools/proxy.md +++ b/docs/sdk-and-tools/proxy.md @@ -76,6 +76,10 @@ The Proxy holds its configuration within the `config` folder: - `apiConfig/credentials.toml` - this file holds the configuration needed for enabling secured endpoints - only accessible by using BasicAuth. - `apiConfig/v1_0.toml` - this file contains all the endpoints with their settings (open, secured and rate limit). +:::note +If the provided observers' addresses from `config.toml` are not physical addresses of each observer, but rather addresses of providers that manage multiple observers for each shard, with self handling of health checks, the Proxy must be started with `--no-status-check` flag. +::: + [comment]: # (mx-context-auto) ## **Snapshotless observers support**