Hi, Ignite has no build in scheduling capabilities. However, it's very easy to add them to your application. Just deploy service[1] to your server node and use something like ScheduledThreadPoolExecutor for running load task on schedule.
Did this help? [1] https://apacheignite.readme.io/docs/service-grid 2016-05-14 0:03 GMT+03:00 Murthy Kakarlamudi <[email protected]>: > Hi, > What are my options to refresh ignite cache from underlying persistent > store on a scheduled basis. My use case is I have a server node that loads > data from underlying store to cache and I have a couple of client nodes > that perform computations reading cache data. I understand using Eviction > Policy and read-through, my client nodes can get the latest data, but I > cannot afford a database call during my computation. > > As my computation happens during business hours, I was wondering if I can > refresh my cache during non-business hours. Does Ignite have any support > for such scheduled refreshes? > > Thanks, > Murthy. > -- Best regards, Alexei Scherbakov
