folio-data-import 0.2.8rc3__py3-none-any.whl → 0.2.8rc4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of folio-data-import might be problematic. Click here for more details.
- folio_data_import/MARCDataImport.py +2 -2
- {folio_data_import-0.2.8rc3.dist-info → folio_data_import-0.2.8rc4.dist-info}/METADATA +1 -1
- {folio_data_import-0.2.8rc3.dist-info → folio_data_import-0.2.8rc4.dist-info}/RECORD +6 -6
- {folio_data_import-0.2.8rc3.dist-info → folio_data_import-0.2.8rc4.dist-info}/WHEEL +1 -1
- {folio_data_import-0.2.8rc3.dist-info → folio_data_import-0.2.8rc4.dist-info}/LICENSE +0 -0
- {folio_data_import-0.2.8rc3.dist-info → folio_data_import-0.2.8rc4.dist-info}/entry_points.txt +0 -0
|
@@ -165,7 +165,7 @@ class MARCImportJob:
|
|
|
165
165
|
"=PREPARING_FOR_PREVIEW&uiStatusAny=READY_FOR_PREVIEW&uiStatusAny=RUNNING&limit=50"
|
|
166
166
|
)
|
|
167
167
|
self.current_retry_timeout = None
|
|
168
|
-
except httpx.ConnectTimeout:
|
|
168
|
+
except (httpx.ConnectTimeout, httpx.ReadTimeout):
|
|
169
169
|
sleep(.25)
|
|
170
170
|
with httpx.Client(
|
|
171
171
|
timeout=self.current_retry_timeout,
|
|
@@ -496,7 +496,7 @@ class MARCImportJob:
|
|
|
496
496
|
f"/metadata-provider/jobSummary/{self.job_id}"
|
|
497
497
|
)
|
|
498
498
|
self.current_retry_timeout = None
|
|
499
|
-
except httpx.ReadTimeout:
|
|
499
|
+
except (httpx.ConnectTimeout, httpx.ReadTimeout):
|
|
500
500
|
sleep(.25)
|
|
501
501
|
with httpx.Client(
|
|
502
502
|
timeout=self.current_retry_timeout,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
folio_data_import/MARCDataImport.py,sha256=
|
|
1
|
+
folio_data_import/MARCDataImport.py,sha256=DFAHFurz5ijTqRwYU1SS3vMVdAVE4OD7ukYnAsRBPyU,23492
|
|
2
2
|
folio_data_import/UserImport.py,sha256=Y9ZjYoUP_vNJVftx_xUcbBqvC5CwWeuzlmCcSVQfzgo,40976
|
|
3
3
|
folio_data_import/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
folio_data_import/__main__.py,sha256=kav_uUsnrIjGjVxQkk3exLKrc1mah9t2x3G6bGS-5I0,3710
|
|
5
5
|
folio_data_import/marc_preprocessors/__init__.py,sha256=Wt-TKkMhUyZWFS-WhAmbShKQLPjXmHKPb2vL6kvkqVA,72
|
|
6
6
|
folio_data_import/marc_preprocessors/_preprocessors.py,sha256=Y9t6tIFxQdzBYYniBZ3Lq05Ukk-3orAXd4YQaJuGNRA,2786
|
|
7
|
-
folio_data_import-0.2.
|
|
8
|
-
folio_data_import-0.2.
|
|
9
|
-
folio_data_import-0.2.
|
|
10
|
-
folio_data_import-0.2.
|
|
11
|
-
folio_data_import-0.2.
|
|
7
|
+
folio_data_import-0.2.8rc4.dist-info/LICENSE,sha256=qJX7wxMC7ky9Kq4v3zij8MjGEiC5wsB7pYeOhLj5TDk,1083
|
|
8
|
+
folio_data_import-0.2.8rc4.dist-info/METADATA,sha256=8-UXb7KtUNZ4dza7XzazE98L4NVnYu5x5IMRBHnNKx8,6115
|
|
9
|
+
folio_data_import-0.2.8rc4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
10
|
+
folio_data_import-0.2.8rc4.dist-info/entry_points.txt,sha256=498SxWVXeEMRNw3PUf-eoReZvKewmYwPBtZhIUPr_Jg,192
|
|
11
|
+
folio_data_import-0.2.8rc4.dist-info/RECORD,,
|
|
File without changes
|
{folio_data_import-0.2.8rc3.dist-info → folio_data_import-0.2.8rc4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|