Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less verbose logging/exponential backoff when reconnecting chat/completer #725

Open
krassowski opened this issue Apr 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@krassowski
Copy link
Member

Problem

When websocket gets disconnected, the log console gets spammed with messages every second:

image

Making it hard to debug other issues

Proposed Solution

  • Use some function to increase the backoff interval with time
  • Reduce the verbosity to log one line rather than three each time

Additional context

None

@krassowski krassowski added the enhancement New feature or request label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant