November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
This could be related to timing - when does your module run compared to CMS startup code. Can try to move your code to StartUp.cs and make sure it runs after CMS is initialized?
Hi!
I have an Initialization module programmatically setting a scheduled job to run after the initialization process. As per (https://marisks.net/2019/04/23/episerver-starting-scheduled-job-programmatically/).
This used to work in our project previously, however after upgrading to CMS12 and running this in the new sample Alloy site it has stopped working. The scheduled job does not start at all anymore.
The job does get updated with the Next Execution time, it does not get enabled and it does not run when the time passes.