You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/10/31 11:26:20 UTC

[dolphinscheduler-website] branch master updated: [fix] Allow 403 for deadline check (#837)

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

zhongjiajie 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 8f35c9abe3 [fix] Allow 403 for deadline check (#837)
8f35c9abe3 is described below

commit 8f35c9abe3e7ebf1a0bd1e7fc45a1d14bfc630a2
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Mon Oct 31 19:26:15 2022 +0800

    [fix] Allow 403 for deadline check (#837)
---
 .dlc.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dlc.json b/.dlc.json
index c74f8577fb..e51dd2c99d 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -37,6 +37,7 @@
   "aliveStatusCodes": [
     200,
     401,
+    403,
     0
   ]
 }