diff --git a/cob_datapipeline/catalog_full_reindex_dag.py b/cob_datapipeline/catalog_full_reindex_dag.py index e1406f79..af7a1fc0 100644 --- a/cob_datapipeline/catalog_full_reindex_dag.py +++ b/cob_datapipeline/catalog_full_reindex_dag.py @@ -88,6 +88,7 @@ method='GET', endpoint='/okcomputer/solr/' + PROD_COLLECTION_NAME, log_response=True, + retries=2, dag=DAG, )