Hi,
Could you please check if there are any scheduled task related logs in the Event log [
Site manager -> Administation -> Event log]?
Also, is the scheduled task execution configured to be executed by Kentico CMS application or external Windows service?
By default, the application performs the check at the end of standard page requests. This means that tasks are executed only when user activity on your website is generating requests. Alternatively, the scheduler can be configured to process tasks regularly according to an automatic internal timer, regardless of website activity by adding the followig key to the web.config:
<add key="CMSUseAutomaticScheduler" value="true" />Moreover, I would recommend that you check all settings mentioned in the following article:
Scheduler configuring tasks execution.
Best regards,
Michal Legen