mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-07 21:53:57 +02:00
increase retry_delay to 5 minutes.
This commit is contained in:
@@ -85,7 +85,7 @@ def _fetch_releases_from_repo(year: str, version_date: str) -> list:
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
max_retries = 10
|
max_retries = 10
|
||||||
retry_delay = 60
|
retry_delay = 60*5
|
||||||
|
|
||||||
for attempt in range(1, max_retries + 1):
|
for attempt in range(1, max_retries + 1):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user