Re: [Dhis2-devs] DHIS Analytics Schedule

2015-07-31 Thread Rodolfo Melia
Jason - this is great. The load can be significantly reduced by skipping the resource tables, and only regenerating the last year of data. Thanks so much ! *Rodolfo MeliĆ”* *Principal | *rme...@knowming.com Skype: rod.melia | +44 777 576 4090 | +1 708 872 7636 www.knowming.com On Fri, Jul 31

Re: [Dhis2-devs] DHIS Analytics Schedule

2015-07-31 Thread Jason Pickering
Hi Rodolfo, You can just use a cron job to start the analytics. You can ready about it here https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s29.html Most any scripting language (bash, python, NodeJS, R) to do fancy stuff or just plain call to curl should work fine. Regards, Jason On F

[Dhis2-devs] DHIS Analytics Schedule

2015-07-31 Thread Rodolfo Melia
Hi - by default, once you schedule the analytics in DHIS, they run at midnight every night. The project that I'm working on has 10 years of data, and it takes about 60secs to run. The users would like to schedule the analtyics every 60min - how can I set the server to run hourly? The UI doesn't al