"Check for new content in categories" not working as expected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-30-2024 10:34 PM
Hi. When I click on the related link "Check for new content in categories" on a topic in my taxonomy, new content is not added, and I get a message saying that the list was last updated some days ago. Where do I update the list? And how can I get the related link to work?
If I remove the related category and add it again, the connected content list is also updated, but then I don't see what the "Check for new content in categories" link should be used for.
Can anyone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-08-2024 01:44 AM
I have the same problem. I'm REALLY tired of removing all categories, and adding them again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-08-2024 05:39 AM
Hi Terje. I actually found the answer to my own question. There's a business rule on the unconnected_category_content table called "Display last refresh date". This business rule calls the system property "taxonomy.category.new_content_job_last_run" which captures the last execution timestamp of the scheduled job 'Surface New Unconnected Content of Categories'. This job is set to run every Sunday, meaning that the list is only updated once per week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-08-2024 06:48 AM
Ah, so if we just run this manually, it works? š
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-08-2024 07:36 AM
I tried running the scheduled job manually: Surface New Unconnected Content of Categories
But didn't seem to do anything else than updating the message. Didn't actually find any content when I now clicked the "check for new content".