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

Breaks application from Ctrl-C handling #758

Open
sergei-sh opened this issue Nov 29, 2023 · 1 comment
Open

Breaks application from Ctrl-C handling #758

sergei-sh opened this issue Nov 29, 2023 · 1 comment

Comments

@sergei-sh
Copy link

sergei-sh commented Nov 29, 2023

Whenever retries happen - due to either unavailable resource or other error - it is not possible to close the host application by Ctrl-C. That is very annoying.

2023/11/29 08:31:22.644011 ERROR RESTY Post "/v2/query": unsupported protocol scheme "", Attempt 1
2023/11/29 08:31:23.144797 ERROR RESTY Post "/v2/query": unsupported protocol scheme "", Attempt 2
2023/11/29 08:31:23.765467 ERROR RESTY Post "/v2/query": unsupported protocol scheme "", Attempt 3
2023/11/29 08:31:25.194017 ERROR RESTY Post "/v2/query": unsupported protocol scheme "", Attempt 4
2023/11/29 08:31:28.014949 ERROR RESTY Post "/v2/query": unsupported protocol scheme "", Attempt 5
^C2023/11/29 08:31:34.591657 ERROR RESTY Post "/v2/query": unsupported protocol scheme "", Attempt 6
@jeevatkm
Copy link
Member

jeevatkm commented Mar 2, 2024

@sergei-sh Thanks for reaching out. Can you please provide a code snippet to reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants