-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix retry count in remote dev mode error message #44754
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Harald Albers <github@albersweb.de>
094510a
to
827dd96
Compare
I rebased the PR onto the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch and thanks for taking the time to create a PR.
The problem was minor but it can make things very confusing!
Status for workflow
|
The remote development mode does not honour
quarkus.live-reload.retry-max-attempts
in connect error messages.To verify, issue this command that will provoke a connect error:
Expected error message:
Actual error message:
Reason: The default value of 10 retries is hardcoded into the error message.
Fix: Replace it with the actual retry count.