You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional timeout argument to the individual client calls. Timeout of
each call is either this timeout or the default client timeout.
In case of failed, but retry-able request, the timeout is multiplied by
2^attempt in each consecutive attempt, up to the value of client default
timeout.
Several storage related endpoints now have reduced timeout value. Mainly
the endpoints that are not expected to take long or are considered safe
to run twice or idempotent.
Timeouts for the storage related endpoints are all summarized in the new
tests where it is all in one place.
Addresses issues found in:
apify/crawlee-python#1132
0 commit comments