-
Notifications
You must be signed in to change notification settings - Fork 81
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
New reported servers will not appear until I log out and log back in. #575
Comments
If you disable memcached does that help? |
I find out that sometimes a new host is added right away and sometimes the next time I log in. I tried disabling CACHES = { and restarting apache. Nothing changed. But I found that if I add the OS to a group for example, it helps to either log out or wait a few minutes. Then the change will show up. Regardless if memcached is on or off. |
Caching is indeed the issue. Either disable caching configuration in |
From https://docs.djangoproject.com/en/3.2/topics/cache/ and
Try adding to e.g. |
I have this issue too. |
Here is how to reproduce the problem:
I observed the same problem when assigning all Ubuntu versions to one OS Group. Maybe all DB changes are refreshed only after new login?
The text was updated successfully, but these errors were encountered: