(20260217) Ready to test on production now

This commit is contained in:
2026-02-17 15:26:19 +05:30
parent 64a6eac20f
commit 1fe8b1e68c
4 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ async def sync_attendance_to_tcaoff(
yield lst[i:i + size]
count = 0
for chunk in chunks(tasks[:], size = 100):
for chunk in chunks(tasks[:], size = 10):
count += 1
printer("Task Chunk:", count)
_res = await asyncio.gather(*chunk)