I've installed the scheduler and created a scheduled task. The test should have run today, but I believe it didn't. I haven't received an e-mail and I can't find anything in the Umbraco log. Is there any way to check if the scheduler runs?
Could this be related to your other post? There are a few things to check.
- Check that the correct url is stored in the scheduled task element of the UmbracoSettings.Config file.
- Check that the server can access both the path to the handler and the configured url (I've seen this fail a couple of times, Firewall was causing the issue)
- Make sure the website is visited so the website stays alive.
Thank you for the info. I've looked at the UmbracoSetting.Config file and this is what I found:
<scheduledTasks>
<!-- add tasks that should be called with an interval (seconds) -->
<!-- <task log="true" alias="test60" interval="60" url="http://localhost/umbraco/test.aspx"/>-->
<task log="false" alias="TaskScheduler" interval="60" url="http://localhost/umbraco/plugins/TaskScheduler/handlers/ScheduledTaskHandler.ashx" />
</scheduledTasks>
This website runs in a test environment which is not local. Did something went wrong with this?
I've also discovered not all rights were correct so maybe I need to reinstall the package. Can I just uninstall it and reinstall it? It also added extra tables to the database so I'm not sure if this causes any trouble.
I think you just can modify localhost to the url you need for the test site. If you have taskschedule tables in the database then I guess you don;t have to reinstall. I don't think its a problem to reinstall the package, just make a backup before you do.
Scheduler doesn't run
Hello,
I've installed the scheduler and created a scheduled task. The test should have run today, but I believe it didn't. I haven't received an e-mail and I can't find anything in the Umbraco log. Is there any way to check if the scheduler runs?
Jeroen
Hi Jeroen,
Could this be related to your other post? There are a few things to check.
- Check that the correct url is stored in the scheduled task element of the UmbracoSettings.Config file.
- Check that the server can access both the path to the handler and the configured url (I've seen this fail a couple of times, Firewall was causing the issue)
- Make sure the website is visited so the website stays alive.
Hope it helps you,
Richard
Hi Richard,
Thank you for the info. I've looked at the UmbracoSetting.Config file and this is what I found:
This website runs in a test environment which is not local. Did something went wrong with this?
I've also discovered not all rights were correct so maybe I need to reinstall the package. Can I just uninstall it and reinstall it? It also added extra tables to the database so I'm not sure if this causes any trouble.
Jeroen
Hi Jeroen,
I think you just can modify localhost to the url you need for the test site. If you have taskschedule tables in the database then I guess you don;t have to reinstall. I don't think its a problem to reinstall the package, just make a backup before you do.
Cheers,
Richard
is working on a reply...