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
If resumability encounters an error due to remote DataStore errors, during FindStart we should have a retry/backoff routine, with defaults, external config for tuning not necessary.
If after retrying the request x(threshold) times still fails we should propagate that error back to the caller.
for context, a full history data lake mayt require up to about 25 remote DataStore.Exists requests, so, to address possible transient errors due to remote link.
The text was updated successfully, but these errors were encountered:
If resumability encounters an error due to remote DataStore errors, during FindStart we should have a retry/backoff routine, with defaults, external config for tuning not necessary.
If after retrying the request x(threshold) times still fails we should propagate that error back to the caller.
for context, a full history data lake mayt require up to about 25 remote DataStore.Exists requests, so, to address possible transient errors due to remote link.
The text was updated successfully, but these errors were encountered: