Hi Aldrin Piri,

Thank you for your response.

yes you are correct . i just mentioned the sample Cron scheduling (i.e for
every  sec). we may also have possibilities to schedule some processors on
every Saturday 12:00 Pm. on that case we have to go for Cron type
scheduling right ?


As you said that Cron scheduling will not start process at 0 sec. thats
fine for me.


Is there is any other way to force start the process irrespective of
scheduling in NIfI using REST API ?


Regards

Ravi

On Fri, May 20, 2016 at 7:52 AM, Aldrin Piri <aldrinp...@gmail.com> wrote:

> Hi Ravi,
>
> If my understanding is correct, you would like the processor to run
> immediately and then every 5 minutes after?  If so, this could be
> accomplished with the Timer Driven scheduling strategy and specifying a Run
> Schedule of 5 minutes.
>
> Cron will get you a specific time enabling you to either run every 5th
> minute (*/5 * * ...) or an explicit listing of minutes that might start at
> a non-zero number of the hour such as (2,7,12,17,22... * * ...).
>
> If your needs are a bit different and not met by these approaches, some
> additional details will help us track down the right path.
>
>
>
> On Fri, May 20, 2016 at 7:09 AM, Ravisankar Mani <rrav...@gmail.com>
> wrote:
>
>> Hi All,
>>
>>
>> I have used the *CRON driven* type scheduling in processor in order to
>> repeat the process for every 5 mins. But after starting the processor i
>> need to wait for 5 mins to get the result form the processor. is it
>> possible to run the process while starting Processor  ?.  after that
>> initial run process will schedule to every 5 mins. is it possible ?
>>
>>
>>
>> Regards,
>>
>> Ravisankar
>>
>
>

Reply via email to