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

Make the Agent Cache more Context aware #8092

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Commits on Jun 12, 2020

  1. Make the Agent Cache more Context aware

    Blocking queries issues will still be uncancellable (that cannot be helped until we get rid of net/rpc). However this makes it so that if calling getWithIndex (like during a cache Notify go routine) we can cancell the outer routine. Previously it would keep issuing more blocking queries until the result state actually changed.
    mkeeler committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    35e4446 View commit details
    Browse the repository at this point in the history