Author: sebb
Date: Tue Jun 24 11:16:06 2025
New Revision: 1926685
URL: http://svn.apache.org/viewvc?rev=1926685&view=rev
Log:
INFRA-26942 - try increasing the timeout
Modified:
comdev/reporter.apache.org/trunk/scripts/mailglomper2.py
Modified: comdev/reporter.apache.org/trunk/scripts/mailglomper2.py
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/mailglomper2.py?rev=1926685&r1=1926684&r2=1926685&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/mailglomper2.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/mailglomper2.py Tue Jun 24
11:16:06 2025
@@ -159,7 +159,7 @@ async def gather_stats():
try:
tsprint(f"Processing {listpart}@{domainpart}")
- async with
aiohttp.ClientSession(timeout=aiohttp.ClientTimeout(30)) as client:
+ async with
aiohttp.ClientSession(timeout=aiohttp.ClientTimeout(60)) as client:
results = await asyncio.gather(*[weekly_stats(client,
listpart, domainpart, date) for date in months])
for result in results:
ct, weeks = result