Procházet zdrojové kódy

增加调度中状态

liweiquan před 2 roky
rodič
revize
3caa8bfda2
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, 'upstream_failed': 3}
+RUN_STATUS = {"queued": 0, 'scheduled': 1, 'running': 1, 'success': 2, 'failed': 3, 'upstream_failed': 3}