mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
reverse everything and save properly
This commit is contained in:
parent
3f0faa17cb
commit
8ee94d72ad
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class HubSpotClientAsync:
|
|||
async with self.API_CONCURRENCY:
|
||||
try:
|
||||
result = await asyncio.to_thread(func, *args, **kwargs)
|
||||
await asyncio.sleep(self.RATE_LIMIT_DELAY)
|
||||
# await asyncio.sleep(self.RATE_LIMIT_DELAY)
|
||||
return result
|
||||
except Exception as e:
|
||||
if "429" in str(e):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue