Skip to content

Commit 061fe41

Browse files
authored
Update process.py, increased http timeout to15 minutes
increased http timeout from 2 to15 minutes, it would fail for requests over the whole inventory.
1 parent 203ef48 commit 061fe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eidaws.federator/eidaws/federator/utils/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def max_total_stream_epoch_duration(self):
231231
def client_retry_budget_threshold(self):
232232
return self.config["client_retry_budget_threshold"]
233233

234-
async def _route(self, timeout=aiohttp.ClientTimeout(total=2 * 60)):
234+
async def _route(self, timeout=aiohttp.ClientTimeout(total=15 * 60)):
235235
req_handler = RoutingRequestHandler(
236236
self.config["url_routing"],
237237
self.stream_epochs,

0 commit comments

Comments
 (0)