worker-automate-hub 0.5.68__py3-none-any.whl → 0.5.69__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.
- worker_automate_hub/api/ahead_service.py +2 -2
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.69.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.69.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.69.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.69.dist-info}/entry_points.txt +0 -0
@@ -35,7 +35,7 @@ async def get_xml(chave_acesso: str):
|
|
35
35
|
|
36
36
|
|
37
37
|
async def save_xml_to_downloads(chave_acesso: str):
|
38
|
-
MAX_RETRIES =
|
38
|
+
MAX_RETRIES = 5
|
39
39
|
|
40
40
|
for attempt in range(1, MAX_RETRIES + 1):
|
41
41
|
xml_content = await get_xml(chave_acesso)
|
@@ -60,6 +60,6 @@ async def save_xml_to_downloads(chave_acesso: str):
|
|
60
60
|
logger.error(err_msg)
|
61
61
|
|
62
62
|
if attempt < MAX_RETRIES:
|
63
|
-
await asyncio.sleep(
|
63
|
+
await asyncio.sleep(6)
|
64
64
|
|
65
65
|
return False
|
@@ -1,6 +1,6 @@
|
|
1
1
|
worker_automate_hub/__init__.py,sha256=LV28uQvBfpPIqudGIMJmVB8E941MjXHcu8DMoX5n8AM,25
|
2
2
|
worker_automate_hub/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
worker_automate_hub/api/ahead_service.py,sha256=
|
3
|
+
worker_automate_hub/api/ahead_service.py,sha256=rfYSaey5lxrwOAwpNVrVCCSao-xOGaJ7zkwNSv5-sA8,2230
|
4
4
|
worker_automate_hub/api/client.py,sha256=uYmKPEdt2zUS7tKYJpk4NqXAGS413rpR4m33Eq3_5IU,19840
|
5
5
|
worker_automate_hub/api/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
worker_automate_hub/api/helpers/api_helpers.py,sha256=SkheO2fXexeh-a4shr8Qzsz_kZhuSG0DJ7kbODctRbM,3696
|
@@ -76,7 +76,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
76
76
|
worker_automate_hub/utils/util.py,sha256=_uPyZOzb8puEKXUmcFkaf7HesJBs8yITRQkOqViyugU,161430
|
77
77
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=iYpOs7fb7C3bY61QHySr00xlDNzrrCP0zaexOpBPuaQ,31930
|
78
78
|
worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
|
79
|
-
worker_automate_hub-0.5.
|
80
|
-
worker_automate_hub-0.5.
|
81
|
-
worker_automate_hub-0.5.
|
82
|
-
worker_automate_hub-0.5.
|
79
|
+
worker_automate_hub-0.5.69.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.69.dist-info/METADATA,sha256=nabCix9-vXYz2EE48K0ZFovZjoq2yWiZkZNcgvrvHtg,2894
|
81
|
+
worker_automate_hub-0.5.69.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
82
|
+
worker_automate_hub-0.5.69.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.69.dist-info}/entry_points.txt
RENAMED
File without changes
|