Replies: 1 comment
-
This sounds like a network issue. Unsure if I can safely add retry logic for ServerDisconnectionError as I don't know the circumstances it is raised in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goal: Parse/process multiple channel message histories in a server.
Issue: Keep hitting
ServerDisconnectError
after some time which halts execution. Looked into task reconnect/retry mechanism, but would like to somehow only retry from last failed request/message and not re-do channel parsing from scratch upon retry.Am I doing something wrong/missing something? Or will I need to implement my own error handling / retry mechanism for this?
Beta Was this translation helpful? Give feedback.
All reactions