Re: [Dhis2-devs] scheduling in DHIS

2016-09-26 Thread Aamer Mohammed
Hi Lars, We have submitted PR# 154 for the same. Please have a look and let us know if any changes Thanks Aamer. On Mon, Sep 26, 2016 at 1:10 PM, Lars Helge Øverland wrote: > Thank you. > > Lars > > On Mon, Sep 26, 2016 at 7:31 AM, Vanya Seth >

Re: [Dhis2-devs] scheduling in DHIS

2016-09-26 Thread Lars Helge Øverland
Thank you. Lars On Mon, Sep 26, 2016 at 7:31 AM, Vanya Seth wrote: > We have couple of fixes ready. Will send the PR's shortly. > > Regards > Vanya > > On Sat, Sep 24, 2016 at 5:59 PM, Lars Helge Øverland > wrote: > >> Thanks Vanya, >> >> this sounds

Re: [Dhis2-devs] scheduling in DHIS

2016-09-25 Thread Vanya Seth
We have couple of fixes ready. Will send the PR's shortly. Regards Vanya On Sat, Sep 24, 2016 at 5:59 PM, Lars Helge Øverland wrote: > Thanks Vanya, > > this sounds good. > > regards, > > Lasr > > > On Tue, Aug 23, 2016 at 9:05 AM, Vanya Seth > wrote:

Re: [Dhis2-devs] scheduling in DHIS

2016-09-24 Thread Lars Helge Øverland
Thanks Vanya, this sounds good. regards, Lasr On Tue, Aug 23, 2016 at 9:05 AM, Vanya Seth wrote: > Hi Halvdan > > We will extend the functionality and send a patch. > > Regards > Vanya > > On Mon, Aug 22, 2016 at 5:57 PM, Halvdan Hoem Grelland >

Re: [Dhis2-devs] scheduling in DHIS

2016-08-23 Thread Vanya Seth
Hi Halvdan We will extend the functionality and send a patch. Regards Vanya On Mon, Aug 22, 2016 at 5:57 PM, Halvdan Hoem Grelland wrote: > Vanya, > > If you're talking about simply exposing > TaskExecutor.submitListenable(Runnable) > in the Scheduler interface, it's not a

Re: [Dhis2-devs] scheduling in DHIS

2016-08-22 Thread Halvdan Hoem Grelland
Vanya, If you're talking about simply exposing TaskExecutor.submitListenable(Runnable) in the Scheduler interface, it's not a big deal. I'd think you could just go ahead. Alternately you could wire the AsyncListenableTaskExecutor bean directly into the service, I suppose. On Mon, Aug 22, 2016 at

Re: [Dhis2-devs] scheduling in DHIS

2016-08-22 Thread Vanya Seth
Hi Lars Any comments on this one? Regards Vanya On Wed, Aug 17, 2016 at 12:44 PM, Vanya Seth wrote: > Hi Lars > > We are looking at extending org.hisp.dhis.system.scheduling.Scheduler to > also have the ability to return the ListenableFuture for a Runnable as > well.

Re: [Dhis2-devs] scheduling in DHIS

2016-08-17 Thread Vanya Seth
Hi Lars We are looking at extending org.hisp.dhis.system.scheduling.Scheduler to also have the ability to return the ListenableFuture for a Runnable as well. This will help us or any dev in the future to check the status of the ongoing Runnables in the system and provide some user experience

[Dhis2-devs] scheduling in DHIS

2016-08-07 Thread Aamer Mohammed
Hi Lars/Morten, The scheduling page in DHIS 2.24 has ability to run tasks immediately in below sections. - Metadata Synchronization - Using 'Sync Now' button - SMS Scheduler - Using 'Run Now' button When the user clicks 'Sync Now' button, an asynchronous task is triggered in the backend