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

Deleting a bundle should not touch the PushedAsset Cache #18025

Closed
wezell opened this issue Feb 22, 2020 · 2 comments
Closed

Deleting a bundle should not touch the PushedAsset Cache #18025

wezell opened this issue Feb 22, 2020 · 2 comments

Comments

@wezell
Copy link
Contributor

wezell commented Feb 22, 2020

I see this in the logs on one of our servers, over and over.

https://gist.github.com/wezell/4357f88c3270b9f29760993ba9a46504

I looked in our code and 2 things

  1. deleting a bundle should not clear the PushedAssetCache
  2. The clearCache method which is being called is synchronized? Why?
@jgambarios
Copy link
Contributor

PR: #18118

@jgambarios
Copy link
Contributor

Fixed, publishing_pushed_assets records or the related cache are not deleted anymore when a bundle is deleted or when a Status is deleted from the Publishing Queue -> Status/History tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants