Hi all,

I am using spring TaskExecutor and TaskScheduler .
I need high availability so i have a cluster from my web cron job project.

But each node in the cluster fire the cron job.
How can i do to only one node in the cluster fire the job ?

Thanks.