You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by the_palakkaran <ji...@suntecsbs.com> on 2018/10/08 04:06:45 UTC

Is it possible to schedule an ignite service?

Hi,

Is it possible to schedule an ignite service that is deployed on multiple
nodes to run at periodic intervals?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is it possible to schedule an ignite service?

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

In Service.execute() method you can simply implement a sleep/run loop. You
do not have to return from this method.

You can also use ignite-schedule for that I guess.

Regards,
-- 
Ilya Kasnacheev


пн, 8 окт. 2018 г. в 7:06, the_palakkaran <ji...@suntecsbs.com>:

> Hi,
>
> Is it possible to schedule an ignite service that is deployed on multiple
> nodes to run at periodic intervals?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>