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
Currently the State is can only be exported on demand after pausing the client, which may cause that long running processes that are unexpectedly interrupted get fully lost.
We can make the client to optionally write its state to disk after each processed state, making that at worst case, only the latest page has to be re-processed in case of failure.
The text was updated successfully, but these errors were encountered:
Currently the
State
is can only be exported on demand after pausing the client, which may cause that long running processes that are unexpectedly interrupted get fully lost.We can make the client to optionally write its state to disk after each processed state, making that at worst case, only the latest page has to be re-processed in case of failure.
The text was updated successfully, but these errors were encountered: