Procházet zdrojové kódy

增加运行状态

liweiquan před 2 roky
rodič
revize
69c04ac691
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}
+RUN_STATUS = {"queued": 0, 'running': 1, 'success': 2, 'failed': 3, 'upstream_failed': 3}