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

Object list views sometimes return stale results #344

Open
jathanism opened this issue Sep 26, 2018 · 0 comments
Open

Object list views sometimes return stale results #344

jathanism opened this issue Sep 26, 2018 · 0 comments
Labels

Comments

@jathanism
Copy link
Contributor

It appears that any related objects such as Networks, Interfaces, Circuits are not correctly invalidating the list view cache on update.

For example, when a network object is changed, ie, parent is updated or addresses are changed, attributes change, etc., any related objects such as Interfaces (to whom these networks might be assigned) do not refresh the new state of the network object automatically.

The cache on an interface object continues to cache the older state of that Network object and this leads to inconsistencies.

We need to investigate why the caching is getting out of phase, and perhaps implement some sort of signal from to invalidate the cache for any related object once a .save() is made.

@jathanism jathanism added the bug label Sep 26, 2018
narJH27 added a commit that referenced this issue May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant