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

Do not reify releases list in pyramid request #5684

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

mattiaverga
Copy link
Contributor

The Release.all_releases() method is already cached and set to be refreshed whenever a Release changes state. However, by having the releases request property reified makes that property never refreshed, thus is causing the releases list web page never updated with current changes until the server is restarted.

@mattiaverga mattiaverga requested a review from a team as a code owner June 19, 2024 06:44
@mattiaverga mattiaverga added 8.0-backports Mergify uses this to backport patches to 8.0 8.1-backports and removed 8.0-backports Mergify uses this to backport patches to 8.0 labels Jun 19, 2024
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
@mattiaverga mattiaverga merged commit 49222c7 into fedora-infra:develop Jun 22, 2024
30 checks passed
@mattiaverga mattiaverga deleted the cached-releases branch June 22, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant