worker-automate-hub 0.5.748__py3-none-any.whl → 0.5.749__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/rpa_fila_service.py +4 -14
- {worker_automate_hub-0.5.748.dist-info → worker_automate_hub-0.5.749.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.748.dist-info → worker_automate_hub-0.5.749.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.748.dist-info → worker_automate_hub-0.5.749.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.748.dist-info → worker_automate_hub-0.5.749.dist-info}/entry_points.txt +0 -0
@@ -9,12 +9,10 @@ console = Console()
|
|
9
9
|
|
10
10
|
async def burn_queue(id_fila: str):
|
11
11
|
env_config, _ = load_env_config()
|
12
|
-
|
13
|
-
|
14
|
-
headers_basic = {"Authorization": f"Basic {env_config["API_AUTHORIZATION"]}"}
|
15
|
-
timeout = aiohttp.ClientTimeout(total=600)
|
12
|
+
headers_basic = {"Authorization": f"Basic {env_config["API_AUTHORIZATION"]}"}
|
13
|
+
timeout = aiohttp.ClientTimeout(total=600)
|
16
14
|
|
17
|
-
|
15
|
+
async with aiohttp.ClientSession(
|
18
16
|
connector=aiohttp.TCPConnector(verify_ssl=True), timeout=timeout
|
19
17
|
) as session:
|
20
18
|
async with session.delete(
|
@@ -29,15 +27,7 @@ async def burn_queue(id_fila: str):
|
|
29
27
|
console.print(
|
30
28
|
f"Erro ao excluir a fila: {response.content}", style="bold red"
|
31
29
|
)
|
32
|
-
|
33
|
-
except Exception as e:
|
34
|
-
err_msg = f"Erro remover registro da fila: {e}"
|
35
|
-
logger.error(err_msg)
|
36
|
-
console.print(
|
37
|
-
f"{err_msg}\n",
|
38
|
-
style="bold red",
|
39
|
-
)
|
40
|
-
return None
|
30
|
+
return None
|
41
31
|
|
42
32
|
|
43
33
|
async def unlock_queue(id: str):
|
@@ -6,7 +6,7 @@ worker_automate_hub/api/datalake_service.py,sha256=qw_N_OOgDKDuPbI-fdYkWWTlT4CUt
|
|
6
6
|
worker_automate_hub/api/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
worker_automate_hub/api/helpers/api_helpers.py,sha256=SkheO2fXexeh-a4shr8Qzsz_kZhuSG0DJ7kbODctRbM,3696
|
8
8
|
worker_automate_hub/api/rdp_service.py,sha256=L7orr60FkJr6zjETtA4me8tRYCW9m1g-i5pq6AILUFo,1647
|
9
|
-
worker_automate_hub/api/rpa_fila_service.py,sha256=
|
9
|
+
worker_automate_hub/api/rpa_fila_service.py,sha256=Oa7w61NrCMgVxPZjNfJn4GYBl7aU2lRIoKpFmmajuvM,1955
|
10
10
|
worker_automate_hub/api/rpa_historico_service.py,sha256=KuxcytNhlxjEe4R-LShmZGAFasLIVtpCHD5ykCmgf7E,10073
|
11
11
|
worker_automate_hub/api/webhook_service.py,sha256=S1a8IIS5LYY16I5E2pPPczaUnUz-_CwmD9_1QBdQD2g,1879
|
12
12
|
worker_automate_hub/cli.py,sha256=JB45pjPJ8_E-4xw0OjqDMcAw-tpDV0mjmvwJRTnTzY0,6862
|
@@ -100,7 +100,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
100
100
|
worker_automate_hub/utils/util.py,sha256=gFe4yrF2G6sToawOzlgRFWEJKlqtWYp4lXQFKgNQpZg,207420
|
101
101
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=TOXKSHOPxy8N3-ROpTGjNIHstX0i2b8qekcj1tRvjG8,38174
|
102
102
|
worker_automate_hub/worker.py,sha256=uhZ3f-iaQ1i8cANbljp50vkYl-Xm0_sHtjwwF_2y72o,7191
|
103
|
-
worker_automate_hub-0.5.
|
104
|
-
worker_automate_hub-0.5.
|
105
|
-
worker_automate_hub-0.5.
|
106
|
-
worker_automate_hub-0.5.
|
103
|
+
worker_automate_hub-0.5.749.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
104
|
+
worker_automate_hub-0.5.749.dist-info/METADATA,sha256=bmL-fZWrgASUer9Wbxqv3V1SYmpuU8hZ5qP-EC9rG3A,3049
|
105
|
+
worker_automate_hub-0.5.749.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
106
|
+
worker_automate_hub-0.5.749.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.748.dist-info → worker_automate_hub-0.5.749.dist-info}/entry_points.txt
RENAMED
File without changes
|