worker-automate-hub 0.5.717__py3-none-any.whl → 0.5.719__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/client.py +4 -2
- {worker_automate_hub-0.5.717.dist-info → worker_automate_hub-0.5.719.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.717.dist-info → worker_automate_hub-0.5.719.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.717.dist-info → worker_automate_hub-0.5.719.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.717.dist-info → worker_automate_hub-0.5.719.dist-info}/entry_points.txt +0 -0
@@ -24,9 +24,10 @@ async def get_new_task(stop_event: threading.Event) -> RpaProcessoEntradaDTO:
|
|
24
24
|
try:
|
25
25
|
headers_basic = {"Authorization": f"Basic {env_config["API_AUTHORIZATION"]}"}
|
26
26
|
data = await get_new_task_info()
|
27
|
+
timeout = aiohttp.ClientTimeout(total=600)
|
27
28
|
|
28
29
|
async with aiohttp.ClientSession(
|
29
|
-
connector=aiohttp.TCPConnector(verify_ssl=True)
|
30
|
+
connector=aiohttp.TCPConnector(verify_ssl=True),timeout=timeout
|
30
31
|
) as session:
|
31
32
|
async with session.post(
|
32
33
|
f"{env_config["API_BASE_URL"]}/robo/new-job",
|
@@ -146,9 +147,10 @@ async def get_processo(uuidProcesso: str) -> RpaProcesso:
|
|
146
147
|
raise ValueError("O uuid do processo deve ser informado")
|
147
148
|
|
148
149
|
headers_basic = {"Authorization": f"Basic {env_config["API_AUTHORIZATION"]}"}
|
150
|
+
timeout = aiohttp.ClientTimeout(total=600)
|
149
151
|
|
150
152
|
async with aiohttp.ClientSession(
|
151
|
-
connector=aiohttp.TCPConnector(verify_ssl=True)
|
153
|
+
connector=aiohttp.TCPConnector(verify_ssl=True), timeout=timeout
|
152
154
|
) as session:
|
153
155
|
async with session.get(
|
154
156
|
f"{env_config["API_BASE_URL"]}/processo/{uuidProcesso}",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
worker_automate_hub/__init__.py,sha256=LV28uQvBfpPIqudGIMJmVB8E941MjXHcu8DMoX5n8AM,25
|
2
2
|
worker_automate_hub/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
worker_automate_hub/api/ahead_service.py,sha256=QbNrZf9q7fS0s-S5fZVytqC7dINi9u2f6aB6SDrGVVA,2231
|
4
|
-
worker_automate_hub/api/client.py,sha256=
|
4
|
+
worker_automate_hub/api/client.py,sha256=nwF_lkADWjOP3JAu08jJ0W6XbHAbwo7xNiNVlafwM2M,25652
|
5
5
|
worker_automate_hub/api/datalake_service.py,sha256=qw_N_OOgDKDuPbI-fdYkWWTlT4CUtFTl0VVlZ0fLM-M,3001
|
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
|
@@ -98,7 +98,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
98
98
|
worker_automate_hub/utils/util.py,sha256=WooEK9h7xOwg_Z2g_SEFa7iJ7MbzQUzKcJBHCheKBUs,206793
|
99
99
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=ERqMuyL7yf3ID5P6vHyFNh7N5LqNRduUKLY8069Oabo,37958
|
100
100
|
worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
|
101
|
-
worker_automate_hub-0.5.
|
102
|
-
worker_automate_hub-0.5.
|
103
|
-
worker_automate_hub-0.5.
|
104
|
-
worker_automate_hub-0.5.
|
101
|
+
worker_automate_hub-0.5.719.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
102
|
+
worker_automate_hub-0.5.719.dist-info/METADATA,sha256=nWdbR3nn7Hcb0NpGKZBeFGNM0-tysTiBzMMjQn7655A,3049
|
103
|
+
worker_automate_hub-0.5.719.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
104
|
+
worker_automate_hub-0.5.719.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.717.dist-info → worker_automate_hub-0.5.719.dist-info}/entry_points.txt
RENAMED
File without changes
|