You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2022/01/07 08:15:16 UTC

[dolphinscheduler-website] branch master updated: Update .dlc.json (#623)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e8e986  Update .dlc.json (#623)
4e8e986 is described below

commit 4e8e98634f29213083a4140581d61c8d7b3efff3
Author: lifeng <53...@users.noreply.github.com>
AuthorDate: Fri Jan 7 16:15:09 2022 +0800

    Update .dlc.json (#623)
---
 .dlc.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dlc.json b/.dlc.json
index fdb60d9..c0ea935 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -54,6 +54,7 @@
   "fallbackRetryDelay": "1000s",
   "aliveStatusCodes": [
     200,
-    401
+    401,
+    0
   ]
 }