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
Fix EZP-23421: Add support for static cache handler system in rss import cronjob part #1086
Fix EZP-23421: Add support for static cache handler system in rss import cronjob part #1086
Conversation
+1 |
Hello @andrerom Thank you very much for your support. It really means a lot to us. Please let us know what if anything we can do to help expedite getting these changes into eZ Publish. Cheers, |
'iniVariable' => 'StaticCacheHandler' ); | ||
|
||
$options = new ezpExtensionOptions( $optionArray ); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra empty line
+1 with empty lines removed 😉 |
dba7a06
to
132d2ca
Compare
132d2ca
to
cac8ca0
Compare
Hello @lolautruche Thank you very much for your feedback and review! We have removed the extra lines, squashed the commits, changed the commit message to match your PR title change and pushed up our branch changes for final review and merging. We think we did this correctly. Please let us know if we did anything wrong or need to do anything more. This is our second time squashing commits and our first time amending commits :) Thank you again for your continued support! Cheers, |
…-support Fix EZP-23421: Add support for static cache handler system in rss import cronjob part
Thanks @brookinsconsulting |
Implemented: EZP-23421: Add support for static cache handler system in rss import cronjob part
The problem
Hello,
Recently we tried on a new project to implement delayed to cronjob static caching support for rssimport cronjob imported content. We also implemented a custom static cache handler class and settings changes which work well except in one regard, rssimport of content.
Results were when using rssimport cronjob part the requests to update static cache via delayed to cronjob feature using the staticcache_cleanup cronjob part were not being stored.
This is because the rssimport cronjob part does not support the standard static cache handler system that the rest of the kernel supports. We traced the problem in code to one line 'eZStaticCache::executeActions();' in the cronjobs/rssimport.php file.
The solution
We then wrote replacement code to enable support for the static cache handler system. See pull request file changes diff.
We have created a new issue ticket about this feature request, you can find it here: https://jira.ez.no/browse/EZP-23421
Please review and let us know what you think.
Thank you for your continued support!
Cheers,
Brookins Consulting