From be8445ebe3058688cd5d6a581c08dd5633fe650a Mon Sep 17 00:00:00 2001 From: Mike Barry Date: Mon, 27 Jan 2025 05:52:31 -0500 Subject: [PATCH] allow 429 --- .github/workflows/docs_mlc_config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs_mlc_config.json b/.github/workflows/docs_mlc_config.json index 5c40044447..555afd3d50 100644 --- a/.github/workflows/docs_mlc_config.json +++ b/.github/workflows/docs_mlc_config.json @@ -4,7 +4,10 @@ "pattern": "^http://localhost.*$" } ], - "retryOn429": true, "retryCount": 5, - "fallbackRetryDelay": "30s" + "fallbackRetryDelay": "30s", + "aliveStatusCodes": [ + 200, + 429 + ] }