Is there any event that's triggered when a node is published with a 'Publish at' date?
Currently, the ContentService.Published event (:ApplicationEventHandler) is working fine if content is immediately published to the website. If we want to publish something 5 minutes later by entering a 'publish at' date, the Published event isn't called, although the node is set as published in Umbraco itself.
Publish at EventHandler
Hello all
Is there any event that's triggered when a node is published with a 'Publish at' date?
Currently, the ContentService.Published event (:ApplicationEventHandler) is working fine if content is immediately published to the website. If we want to publish something 5 minutes later by entering a 'publish at' date, the Published event isn't called, although the node is set as published in Umbraco itself.
Thanks in advance
Nicolas
Hi Nicolas and welcome to our :)
What exact version of Umbraco are you using? This feature has been working/not working between versions so it's unreliable at best it seems.
Do you see any errors or warnings in the /app_data/logs file by any chance?
But let us know the exact version and then I might be able to provide a better answer.
/Jan
Hi Jan
The version is 7.1.6, i didn't find any relevant errors in the log files though.
Hi Nicolas
Ok, not sure it will work but perhaps try upgrading to 7.1.8 and see if it works if that's a possible scenario?
/Jan
is working on a reply...