reverse everything and save properly

This commit is contained in:
Jun-te Kim 2025-12-17 15:41:12 +00:00
parent 3f0faa17cb
commit 8ee94d72ad

View file

@ -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):