worker-automate-hub 0.4.446__tar.gz → 0.4.447__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/PKG-INFO +1 -1
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/pyproject.toml +1 -1
- worker_automate_hub-0.4.447/worker_automate_hub/api/webhook_service.py +57 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/task_executor.py +9 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/README.md +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/ahead_service.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/client.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/helpers/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/helpers/api_helpers.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/rpa_fila_service.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/rpa_historico_service.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/cli.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/config/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/config/settings.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/config.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/core/so_manipulation.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/deprecation.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/rate_limit.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/repeat.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/retry.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/singleton.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/timeit.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dao/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dao/rpa_configuracao.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dao/rpa_historico.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dao/rpa_processo.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dto/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dto/rpa_historico_request_dto.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dto/rpa_processo_entrada_dto.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dto/rpa_processo_rdp_dto.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/dto/rpa_sistema_dto.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/coleta_dje_process.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/conexao_rdp.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/descartes.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/ecac_estadual_go.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/ecac_estadual_main.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/ecac_estadual_mt.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/ecac_estadual_sc.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/ecac_estadual_sp.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/ecac_federal.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_15.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_16.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_207.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_32.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_33.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_34.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_36.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_500.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_505.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/entrada_de_notas_9.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/exemplo_processo.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/login_emsys.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/playground.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/sped_fiscal.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/jobs/transferencias.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/task_definitions.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/__init__.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/env.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/get_creds_gworkspace.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/logger.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/toast.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/updater.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/util.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/utils_nfe_entrada.py +0 -0
- {worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/worker.py +0 -0
@@ -0,0 +1,57 @@
|
|
1
|
+
from worker_automate_hub.utils.logger import logger
|
2
|
+
from rich.console import Console
|
3
|
+
|
4
|
+
import aiohttp
|
5
|
+
|
6
|
+
console = Console()
|
7
|
+
|
8
|
+
async def send_to_webhook(
|
9
|
+
url_retorno: str,
|
10
|
+
status: str,
|
11
|
+
observacao: str
|
12
|
+
) -> None:
|
13
|
+
"""
|
14
|
+
Envia uma notificacao para o endpoint do webhook passado como parametro.
|
15
|
+
|
16
|
+
Args:
|
17
|
+
url_retorno (str): URL do endpoint do webhook.
|
18
|
+
status (str): Status da notificacao.
|
19
|
+
observacao (str): Observacao da notificacao.
|
20
|
+
|
21
|
+
Raises:
|
22
|
+
ValueError: Se a URL, status ou observacao forem vazias.
|
23
|
+
"""
|
24
|
+
if not url_retorno:
|
25
|
+
raise ValueError("URL do retorno esta vazia.")
|
26
|
+
|
27
|
+
if not status:
|
28
|
+
raise ValueError("Status da notificacao esta vazio.")
|
29
|
+
|
30
|
+
if not observacao:
|
31
|
+
raise ValueError("Observacao da notificacao esta vazia.")
|
32
|
+
|
33
|
+
data = {
|
34
|
+
"status": status,
|
35
|
+
"observacao": observacao,
|
36
|
+
}
|
37
|
+
|
38
|
+
try:
|
39
|
+
async with aiohttp.ClientSession(
|
40
|
+
connector=aiohttp.TCPConnector(verify_ssl=False)
|
41
|
+
) as session:
|
42
|
+
async with session.post(f"{url_retorno}", data=data) as response:
|
43
|
+
if response.status != 200:
|
44
|
+
raise Exception(f"Erro ao enviar notificacao: {response.text()}")
|
45
|
+
|
46
|
+
data = await response.text()
|
47
|
+
log_msg = f"\nSucesso ao enviar {data}\n para o webhook: {url_retorno}.\n"
|
48
|
+
console.print(
|
49
|
+
log_msg,
|
50
|
+
style="bold green",
|
51
|
+
)
|
52
|
+
logger.info(log_msg)
|
53
|
+
|
54
|
+
except Exception as e:
|
55
|
+
err_msg = f"Erro ao comunicar com endpoint do webhook: {e}"
|
56
|
+
console.print(f"\n{err_msg}\n", style="bold red")
|
57
|
+
logger.info(err_msg)
|
@@ -1,6 +1,7 @@
|
|
1
1
|
from datetime import datetime
|
2
2
|
|
3
3
|
from pytz import timezone
|
4
|
+
from worker_automate_hub.api.webhook_service import send_to_webhook
|
4
5
|
from rich.console import Console
|
5
6
|
|
6
7
|
from worker_automate_hub.api.client import (
|
@@ -37,6 +38,7 @@ async def perform_task(task: RpaProcessoEntradaDTO):
|
|
37
38
|
console.print(f"\n{log_msg}\n", style="green")
|
38
39
|
logger.info(log_msg)
|
39
40
|
task_uuid = task.uuidProcesso
|
41
|
+
url_retorno = task.configEntrada.get("urlRetorno", None)
|
40
42
|
processo: RpaProcesso = await get_processo(task_uuid)
|
41
43
|
if processo is None:
|
42
44
|
worker_config = load_worker_config()
|
@@ -74,6 +76,9 @@ async def perform_task(task: RpaProcessoEntradaDTO):
|
|
74
76
|
)
|
75
77
|
else:
|
76
78
|
show_toast("Sucesso", f"Processo executado com sucesso: {result}")
|
79
|
+
|
80
|
+
if url_retorno is not None and result.sucesso == False:
|
81
|
+
await send_to_webhook(url_retorno, result.status, result.retorno)
|
77
82
|
return result
|
78
83
|
else:
|
79
84
|
err_msg = f"Processo não encontrado: {task_uuid}"
|
@@ -93,6 +98,8 @@ async def perform_task(task: RpaProcessoEntradaDTO):
|
|
93
98
|
processo=processo,
|
94
99
|
)
|
95
100
|
await unlock_queue(task.uuidFila)
|
101
|
+
if url_retorno is not None:
|
102
|
+
await send_to_webhook(url_retorno, RpaHistoricoStatusEnum.Falha, err_msg)
|
96
103
|
return None
|
97
104
|
except Exception as e:
|
98
105
|
err_msg = f"Erro ao performar o processo: {e}"
|
@@ -112,6 +119,8 @@ async def perform_task(task: RpaProcessoEntradaDTO):
|
|
112
119
|
await capture_and_send_screenshot(
|
113
120
|
uuidRelacao=historico.uuidHistorico, desArquivo=err_msg
|
114
121
|
)
|
122
|
+
if url_retorno is not None:
|
123
|
+
await send_to_webhook(url_retorno, RpaHistoricoStatusEnum.Falha, err_msg)
|
115
124
|
|
116
125
|
|
117
126
|
async def _store_historico(
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/ahead_service.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/api/client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/config/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/config/settings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/repeat.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/retry.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/decorators/timeit.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/models/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/tasks/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/env.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/logger.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/toast.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/updater.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.446 → worker_automate_hub-0.4.447}/worker_automate_hub/utils/util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|