liweiquan 2 rokov pred
rodič
commit
69c04ac691
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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}