-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow configurable cache watermarks #973
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.
I like the implementation but have questions about the interface.
- Does it match what we did for local_cache?
- Is it better/more friendly to have percentages (90%) instead of floats (0.90). Providing percentages may be more user friendly as the number provided is unambiguous.
May be a good idea to have a quick chat with someone from the facilitation team to get their feedback on the subject.
Agree. Percentage (integer) should be more user friendly and have better consistency with |
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.
Looks good to me.
@bbockelm GitHub requires your approval before merging. Feel free to taking another look. |
Review by Emma after my initial set of changes.
Closes #665