worker-automate-hub 0.5.739__py3-none-any.whl → 0.5.741__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/fidc_gerar_nosso_numero.py +4 -2
- worker_automate_hub/worker.py +2 -2
- {worker_automate_hub-0.5.739.dist-info → worker_automate_hub-0.5.741.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.739.dist-info → worker_automate_hub-0.5.741.dist-info}/RECORD +6 -6
- {worker_automate_hub-0.5.739.dist-info → worker_automate_hub-0.5.741.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.739.dist-info → worker_automate_hub-0.5.741.dist-info}/entry_points.txt +0 -0
@@ -220,10 +220,12 @@ async def gerar_nosso_numero(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
|
|
220
220
|
else: #Banco do Brasil Fidc
|
221
221
|
code.type_keys("4")
|
222
222
|
pyautogui.hotkey("tab")
|
223
|
-
|
223
|
+
|
224
|
+
await worker_sleep(3)
|
224
225
|
button_ok = main_window.child_window(class_name="TBitBtn", found_index=0)
|
225
226
|
button_ok.click()
|
226
|
-
|
227
|
+
pyautogui.click(855, 740)
|
228
|
+
|
227
229
|
await worker_sleep(80)
|
228
230
|
boleto_argenta = None
|
229
231
|
max_trys = 5
|
worker_automate_hub/worker.py
CHANGED
@@ -55,13 +55,13 @@ async def check_and_execute_tasks(stop_event: threading.Event):
|
|
55
55
|
processo_existe = await is_uuid_in_tasks(task.uuidProcesso)
|
56
56
|
if processo_existe:
|
57
57
|
i = 0
|
58
|
-
while i <
|
58
|
+
while i < 10:
|
59
59
|
try:
|
60
60
|
await burn_queue(task.uuidFila)
|
61
61
|
break
|
62
62
|
except:
|
63
63
|
i += 1
|
64
|
-
await asyncio.sleep(
|
64
|
+
await asyncio.sleep(5)
|
65
65
|
pass
|
66
66
|
logger.info(f"Executando a task: {task.nomProcesso}")
|
67
67
|
await perform_task(task)
|
@@ -72,7 +72,7 @@ worker_automate_hub/tasks/jobs/extracao_fechamento_contabil.py,sha256=6Kr5DKjKLq
|
|
72
72
|
worker_automate_hub/tasks/jobs/extracao_fechamento_emsys.py,sha256=-T2nZUDiFrUGm_KLxJd_4qcrageDxVpWW3KAAniLFC4,21448
|
73
73
|
worker_automate_hub/tasks/jobs/fechar_conexao_rdp.py,sha256=UWAKCS2dbfgDlSQOBdjmVJXfD1MMuUrOi3weDgB0CAc,5718
|
74
74
|
worker_automate_hub/tasks/jobs/fidc_exportacao_docs_portal_b2b.py,sha256=tWUmYy3Zhi3JEt8AoqTsWpU-wbf5-OxhCrTOooh1WH4,15616
|
75
|
-
worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=
|
75
|
+
worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=FAmcCqKVjedf7wIped8XRLIZ9S3oWc6fakF-r1Zm0kg,12637
|
76
76
|
worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=XCbIZG1y7eTrBFF8ArVbOij_FbkFkIXNpwZusILmiVo,15701
|
77
77
|
worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py,sha256=mmBW7KetUeRjiZkjnrxMKGX32io3YLZ8KGaY5_o7new,11891
|
78
78
|
worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos.py,sha256=QzK2aG5d9pmFbb8cTaNm3LWf5NMkmCvBkgo70gcLu0c,14781
|
@@ -98,8 +98,8 @@ worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg
|
|
98
98
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
99
99
|
worker_automate_hub/utils/util.py,sha256=nV09AF8lu5poiMzWMAAgVS_VWvEuIRfNDmx46V7Nvzk,207279
|
100
100
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=TOXKSHOPxy8N3-ROpTGjNIHstX0i2b8qekcj1tRvjG8,38174
|
101
|
-
worker_automate_hub/worker.py,sha256=
|
102
|
-
worker_automate_hub-0.5.
|
103
|
-
worker_automate_hub-0.5.
|
104
|
-
worker_automate_hub-0.5.
|
105
|
-
worker_automate_hub-0.5.
|
101
|
+
worker_automate_hub/worker.py,sha256=uhZ3f-iaQ1i8cANbljp50vkYl-Xm0_sHtjwwF_2y72o,7191
|
102
|
+
worker_automate_hub-0.5.741.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
103
|
+
worker_automate_hub-0.5.741.dist-info/METADATA,sha256=l9VoHC52pq2DvxKfUYi7pk1UyePmTaukkaOoYXBl3Fw,3049
|
104
|
+
worker_automate_hub-0.5.741.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
105
|
+
worker_automate_hub-0.5.741.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.739.dist-info → worker_automate_hub-0.5.741.dist-info}/entry_points.txt
RENAMED
File without changes
|