Can I reset the Page Cache perhaps a minute after Cron initiates inputting a Feed (that converts to nodes)?

I have a Cron that uses feeds, to input and convert results into new nodes. I also have a View that filters on finding certain keywords in the node title and body (like a predefined search). Since it is fairly CPU-intensive, I have the page cache turned on.

Alternatively, I have just noticed that the Boost module has an option to "Use cron run to trigger cleaning of cached files", but "you will also have to edit your .htaccess and robots.txt files".

Comments

fabsor’s picture

Hi!

This would be possible if feeds had rules support, but to my knowledge, it currently hasn't. You might get away with implementing your own rules event and have the appropriate actions triggered from there.

dasjo’s picture