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

BUG ImageVariantGarbageCollector is never triggered in Neos 9 #5145

Open
mhsdesign opened this issue Jun 16, 2024 · 0 comments
Open

BUG ImageVariantGarbageCollector is never triggered in Neos 9 #5145

mhsdesign opened this issue Jun 16, 2024 · 0 comments

Comments

@mhsdesign
Copy link
Member

In 8.3 \Neos\Neos\Service\ImageVariantGarbageCollector::removeUnusedImageVariant seemed to be connected to the "nodePropertyChanged" signal of \Neos\ContentRepository\Domain\Model\Node::emitNodePropertyChanged

With Neos 9 we removed these signals. And need to use a catchup hook.

Additionally this line $node->subgraphIdentity->contentStreamId will need to be reworked as we will remove the cs id on the node #5043
But that will be part of #5084

@mhsdesign mhsdesign changed the title BUG ImageVariantGarbageCollector is not triggered in Neos 9 on node property changed BUG ImageVariantGarbageCollector is never triggered in Neos 9 Jun 16, 2024
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

1 participant