rewritten crap

This commit is contained in:
2025-05-11 08:05:28 +03:00
parent 2e3245c8f9
commit 3522c119da
3 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class OzonStocksSender(BaseStocksSender):
return SendStockStatus.SHOULD_RETRY
return SendStockStatus.ERROR
finally:
await response.close()
await session.close()
async def after_chunk_processed(self):
return await asyncio.sleep(80 / 100)