Hazelcast scheduling Cron jobs

318 views Asked by At

Can anybody help me with scheduling cron jobs with a help of Hazelcast? I know that Hazelcast has IScheduledExecutorService, but I can't find a way to schedule cron task (only delayed or interval jobs).

1

There are 1 answers

0
noctarius On

Hazelcast doesn't have that kind of functionality. You need to use a 3rd party system like quartz scheduler.