Skip to content

Commit d72f7af

Browse files
authored
Network error retry time: 5 minutes → 15 minutes
1 parent 520b9ce commit d72f7af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zyte_api/aio/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class RetryFactory:
8787
)
8888
temporary_download_error_wait = network_error_wait
8989
throttling_stop = stop_never
90-
network_error_stop = stop_after_delay(5 * 60)
90+
network_error_stop = stop_after_delay(15 * 60)
9191
temporary_download_error_stop = stop_after_attempt(4)
9292

9393
def wait(self, retry_state: RetryCallState) -> float:

0 commit comments

Comments
 (0)