worker-automate-hub 0.5.68__py3-none-any.whl → 0.5.70__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- worker_automate_hub/api/ahead_service.py +2 -2
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.70.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.70.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.70.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.70.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(15)
|
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=QbNrZf9q7fS0s-S5fZVytqC7dINi9u2f6aB6SDrGVVA,2231
|
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.70.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.70.dist-info/METADATA,sha256=uNeSwVQvncpa4-3hMCaOYcdZBwTrDocNBiVC9fhZPAc,2894
|
81
|
+
worker_automate_hub-0.5.70.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
82
|
+
worker_automate_hub-0.5.70.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.68.dist-info → worker_automate_hub-0.5.70.dist-info}/entry_points.txt
RENAMED
File without changes
|