worker-automate-hub 0.5.23__py3-none-any.whl → 0.5.25__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/tasks/jobs/sped_fiscal.py +7 -2
- {worker_automate_hub-0.5.23.dist-info → worker_automate_hub-0.5.25.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.23.dist-info → worker_automate_hub-0.5.25.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.23.dist-info → worker_automate_hub-0.5.25.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.23.dist-info → worker_automate_hub-0.5.25.dist-info}/entry_points.txt +0 -0
@@ -428,7 +428,7 @@ async def sped_fiscal(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
428
428
|
)
|
429
429
|
|
430
430
|
await worker_sleep(5)
|
431
|
-
max_attempts =
|
431
|
+
max_attempts = 55
|
432
432
|
i = 0
|
433
433
|
|
434
434
|
while i < max_attempts:
|
@@ -603,4 +603,9 @@ async def sped_fiscal(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
603
603
|
observacao = f"Erro ao gerar o Arquivo do SPED: {str(ex)}"
|
604
604
|
logger.error(observacao)
|
605
605
|
console.print(observacao, style="bold red")
|
606
|
-
return
|
606
|
+
return RpaRetornoProcessoDTO(
|
607
|
+
sucesso=False,
|
608
|
+
retorno=observacao,
|
609
|
+
status=RpaHistoricoStatusEnum.Falha,
|
610
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
611
|
+
)
|
@@ -62,7 +62,7 @@ worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=QBGm6eS5J
|
|
62
62
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=scdKsseFOL-7UQ5D743VaZZzWBKaEfq0XzYNmROUOgE,5703
|
63
63
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=cGj98H7g_1HpKsFAdrpVdFF14wd7Qp2PXgwd6ww-qSw,5642
|
64
64
|
worker_automate_hub/tasks/jobs/playground.py,sha256=7vWDg9DwToHwGJ6_XOa8TQ6LmfRV5Qz2TaOV3q3P9sA,1918
|
65
|
-
worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=
|
65
|
+
worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=9ScYKOKm9GugmQMC9FBMoeUT5UHMdHVSnfovC9LRhYs,28371
|
66
66
|
worker_automate_hub/tasks/jobs/transferencias.py,sha256=i3fCanHZ_pSwPW03THpQPqlzrDjbV4QbKkXpUqV3dxM,39272
|
67
67
|
worker_automate_hub/tasks/task_definitions.py,sha256=TLJKIyi8IgZL_3EqVzER74kT3nfFdpSMbUwnnEkLpZk,4786
|
68
68
|
worker_automate_hub/tasks/task_executor.py,sha256=DUN2-Bi8Zxv0J_QUoV1vt7KgfbmYtixuA6i3Uzt67bA,5256
|
@@ -75,7 +75,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
75
75
|
worker_automate_hub/utils/util.py,sha256=Eyy0mLLt_xd_zVXWoHAb-GK0PU1xZdWPvh-IndajxDk,128815
|
76
76
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=3keuXhgNkEMZhLX9gGzck41SAwJqIPlwWSo_WSOs2HI,30980
|
77
77
|
worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
|
78
|
-
worker_automate_hub-0.5.
|
79
|
-
worker_automate_hub-0.5.
|
80
|
-
worker_automate_hub-0.5.
|
81
|
-
worker_automate_hub-0.5.
|
78
|
+
worker_automate_hub-0.5.25.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
79
|
+
worker_automate_hub-0.5.25.dist-info/METADATA,sha256=6Kg85yXv4YoUe9zVr7CjVKmNFyho60SY0jaN7PWjqbo,2894
|
80
|
+
worker_automate_hub-0.5.25.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
81
|
+
worker_automate_hub-0.5.25.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.23.dist-info → worker_automate_hub-0.5.25.dist-info}/entry_points.txt
RENAMED
File without changes
|