Is there any way to set scheduled task on server side scripts in 1.7? I can’t seem to find any references in the documentation or forum.
My initial thoughts on a workaround were to set up a cron on the server to trigger an event I can listen for on the DSP. Does this sound sensible or am I missing something!
Anthony, you might need another backend for that! Take a look at OpenShift . You can write all your backend code and deploy to an OpenShift Cartridge. Once you’ve set it up, you can copy your scripts (jobs) to the .openshift/cron/{minutely/hourly/daily/weekly/monthly} folder and run the RHC client command to attach cron-1.4 to the Cartridge.