瀏覽代碼

增加调度中状态

liweiquan 2 年之前
父節點
當前提交
3caa8bfda2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      constants/constants.py

+ 1 - 1
constants/constants.py

@@ -8,4 +8,4 @@ CONSTANTS = {
     'DATASOURCES': DATASOURCES
 }
 
-RUN_STATUS = {"queued": 0, 'running': 1, 'success': 2, 'failed': 3, 'upstream_failed': 3}
+RUN_STATUS = {"queued": 0, 'scheduled': 1, 'running': 1, 'success': 2, 'failed': 3, 'upstream_failed': 3}