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
Current code attempts to reconnect/re-stream from the instance whenever an error occurs. Though there's 10 seconds between each retry, it should increase the wait time dynamically(til 1/day) when error keeps happening to avoid putting too much pressure on the instance's server.
From observation, 502 Bad Gateway and Unauthorized are the most frequent cases whenever an error, probably update the check_failed_tokens.sh script to only report when Unauthorized error occurs.
Current code attempts to reconnect/re-stream from the instance whenever an error occurs. Though there's 10 seconds between each retry, it should increase the wait time dynamically(til 1/day) when error keeps happening to avoid putting too much pressure on the instance's server.
From observation, 502 Bad Gateway and Unauthorized are the most frequent cases whenever an error, probably update the
check_failed_tokens.sh
script to only report when Unauthorized error occurs.OSoMeMastodonStreamer/streamer.py
Lines 188 to 205 in e6b0dd4
The text was updated successfully, but these errors were encountered: