We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0cec7 commit b84e35eCopy full SHA for b84e35e
1 file changed
airflow/knesset_data_pipelines/run_pipeline.py
@@ -24,7 +24,7 @@
24
25
26
RECOVERABLE_SERVER_ERRORS = [500, 504]
27
-RECOVERABLE_THROTTLE_ERRORS = [503, 403]
+RECOVERABLE_THROTTLE_ERRORS = [503, 403, 504]
28
29
# these errors indicate that the pipeline cannot run using the standard dataservice flow but have to run via Docker
30
UNSUPPORTED_PIPELINE_PARAMS_ERRORS = ['pipeline dependencies are not supported', 'unknown pipeline-type: None', 'additional-steps is not supported']
0 commit comments