← Back to team overview

dhis2-devs team mailing list archive

Re: Query Regarding Spring scheduler for set dynamic cron expression

 

Did you have a look at the documentation? you can probably save the timing
itself using a system or user setting, which means

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/scheduling.html

--
Morten

On Tue, Feb 3, 2015 at 12:31 PM, Mithilesh Kumar Thakur <
mithilesh.hisp@xxxxxxxxx> wrote:

>
> Dear Dev,
>                  I have a Query Regarding Spring scheduler for set
> dynamic  cron expression
>
> I use the Spring scheduler in which i add
>
> <task:scheduled-tasks scheduler="schedulerName">
>           <task:scheduled ref="action-Name" method="method-Name" cron="0 0
> 23 * * ?"/>
> </task:scheduled-tasks>
>
> i want how to dynamic replace the cron expression means i want to set the
> cron expression from form(GUI)
>
>
> --
>
> Thanks and Regards
>
> Mithilesh Kumar Thakur
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>

References