-
Notifications
You must be signed in to change notification settings - Fork 196
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
Bodhi must be restarted after using bodhi-manage-releases to create a new release #2177
Comments
Since |
Note that this one will be difficult to do because Bodhi uses multiple server processes, and they must all be notified to clear their caches when releases are edited or created. There isn't currently an infrastructure in place to do this. |
We will need to either start using a caching server for Bodhi's processes, or will need to make the queries efficient so we don't need a cache at all. |
I believe that @nphilipp might be interested in solving this problem. |
fix fedora-infra#2177 Signed-off-by: Sebastian Wojciechowski <[email protected]>
fix fedora-infra#2177 Signed-off-by: Sebastian Wojciechowski <[email protected]>
fix #2177 Signed-off-by: Sebastian Wojciechowski <[email protected]>
I noticed today that I needed to restart Bodhi after using
bodhi-manage-releases
to create a new Release object before I could create an update that used tags from that Release. I think this is due to some permanent caching in the Release model code. We should probably have changes to releases reset those caches.The text was updated successfully, but these errors were encountered: