Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi.
Is there a task scheduler on Umbraco Cloud? Some way I can write some code that has full access to the Umbraco api that I can run twice a day, for example?
If so, can anyone point me towards any documentation?
Thanks
Rich
Hi Rich
We are using this package - https://our.umbraco.com/projects/backoffice-extensions/url-task-scheduler-for-v7/
It's really working for us.
Thanks,
Alex
Hi Alex,
That seems like a really simple solution and perfect for the basic scheduling I want.
As I have dev, staging and live environments on Umbraco Cloud, do you know how I would configure this?
Would I install it on my local, push it to dev, staging and live and use relative urls?
Or would I need to install it separately on each environment with domain included in the url?
Have a look at hangfire - https://www.hangfire.io/
Also read a bit more here: http://camaya.co/posts/2016/07/31/how-to-integrate-hangfire-with-umbraco/ http://www.jondjones.com/learn-umbraco-cms/umbraco-developers-guide/umbraco-event-handling/how-to-intergrate-hangfire-into-the-umbraco-backend
Hi all,
There is actually a package for easier integration of Hangfire in Umbraco : https://our.umbraco.com/projects/backoffice-extensions/ucronos/
But must admit I haven't tried it yet.
Dave
but erm:
IMPORTANT NOTE: uCronos DOES NOT WORK WITH SQL CE. Only install uCronos if you have an external SQL Server database.
Umbraco Cloud runs on SqlCE locally. I actally think that Hangfire also has issues with SqlCE
You can change your local cloud to localDb or SQLExpress and then it should work.
It actually create a localdb database if the installer can detect it : https://our.umbraco.com/documentation/Umbraco-Cloud/Databases/
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Task Scheduler on Umbraco Cloud?
Hi.
Is there a task scheduler on Umbraco Cloud? Some way I can write some code that has full access to the Umbraco api that I can run twice a day, for example?
If so, can anyone point me towards any documentation?
Thanks
Rich
Hi Rich
We are using this package - https://our.umbraco.com/projects/backoffice-extensions/url-task-scheduler-for-v7/
It's really working for us.
Thanks,
Alex
Hi Alex,
That seems like a really simple solution and perfect for the basic scheduling I want.
As I have dev, staging and live environments on Umbraco Cloud, do you know how I would configure this?
Would I install it on my local, push it to dev, staging and live and use relative urls?
Or would I need to install it separately on each environment with domain included in the url?
Thanks
Rich
Have a look at hangfire - https://www.hangfire.io/
Also read a bit more here: http://camaya.co/posts/2016/07/31/how-to-integrate-hangfire-with-umbraco/ http://www.jondjones.com/learn-umbraco-cms/umbraco-developers-guide/umbraco-event-handling/how-to-intergrate-hangfire-into-the-umbraco-backend
Hi all,
There is actually a package for easier integration of Hangfire in Umbraco : https://our.umbraco.com/projects/backoffice-extensions/ucronos/
But must admit I haven't tried it yet.
Dave
but erm:
Umbraco Cloud runs on SqlCE locally. I actally think that Hangfire also has issues with SqlCE
You can change your local cloud to localDb or SQLExpress and then it should work.
It actually create a localdb database if the installer can detect it : https://our.umbraco.com/documentation/Umbraco-Cloud/Databases/
Dave
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.