-
Notifications
You must be signed in to change notification settings - Fork 122
vine: more detailed cache-invalid messages #4147
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
vine: more detailed cache-invalid messages #4147
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.
The pr seems to modify more than just error messages. Could it be clean up just to include the changes to the messages?
These are the main things in this pr:
What should we improve? |
Got it! For some reason I thought that the time measurement of the worker link_connect was doing something more complicated. Is this pr ready to review? |
Not yet though, I'll try killing workers and transfers periodically in a large workflow to see if it truly returns helpful erro messages. And when it comes to the time measurement, in my end the |
ready to merge? |
RTM |
Proposed Changes
Give an overall description of the changes, along with the context and motivation.
Mention relevant issues and pull requests as needed.
Merge Checklist
The following items must be completed before PRs can be merged.
Check these off to verify you have completed all steps.
make test
Run local tests prior to pushing.make format
Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)make lint
Run lint on source code prior to pushing.