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

Add request retry #46

Open
ErikBjare opened this issue Nov 22, 2023 · 1 comment
Open

Add request retry #46

ErikBjare opened this issue Nov 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ErikBjare
Copy link
Owner

We've had some CI issue where OpenAI sometimes spuriously closes the connection. In these cases we should retry the request at least once.

I worked around the CI thing by adding a retry action for the step in the workflow, but with a retry in gptme itself, it should become unnecessary.

@ErikBjare ErikBjare added the enhancement New feature or request label Nov 22, 2023
@nslieske
Copy link

I saw plenty of these capacity issues over the past few days. It was easy to ignore and move along. They are ongoing, but hard to understand if it's a bug expected functionality. On a side, but related note, often the app just quits, leaving me with no way to troubleshoot and provide any real feedback. Perhaps when the app just quits, it pushes a summary of why it quit and then optionally restarts itself.

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

2 participants