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
interfaceRetryInterface{limit?: number// defaults to zeroretryOnStatusCodes: number[]// defaults to [202, 503, 429, 504]delay?: number// defaults to zero}typeRetry=number|RetryInterfaceinterfaceDownloadConfigInit{
...
retry: Retry|undefined}
Investigate putting logic inside and outside observable.
investigate possibility of retrying page based solely on parsed content. E.g. if page has title "Too Many Retries" then retry same as regular retry (note would vastly change the api and should be thought about in a broader sense)
The text was updated successfully, but these errors were encountered:
schema:
Investigate putting logic inside and outside observable.
investigate possibility of retrying page based solely on parsed content. E.g. if page has title "Too Many Retries" then retry same as regular retry (note would vastly change the api and should be thought about in a broader sense)
The text was updated successfully, but these errors were encountered: