cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cronjob is not starting - cluster.node.groups

Former Member
0 Kudos
1,853

Hi guys. I have created the configuration:

 clustermode=true
 cluster.id=0
 cluster.node.groups=fileCronJobs


And I have this impex:

 UPDATE CronJob; code[unique = true]; nodeGroup[default=fileCronJobs]
     ;queryProductCronJob;

When I run the cronjob from HMC, it's not starting, no logs, no anything. Hmc Claims it has started - displays the popup.

Also other jobs, that shoudl be triggered over night won't work. When I setup the nodeId to 0, it will start, but I need to get this working on Group

Any ideas wha't going on?

PS: Hybris 6.2

View Entire Topic
former_member634058
Active Participant
0 Kudos

Node group functionality is not taken into account when you run the cronjob from hmc. The node group will work only when the cronjob is triggered based on scheduler.