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

Cronjob is not starting - cluster.node.groups

Former Member
0 Kudos
1,825

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

Accepted Solutions (0)

Answers (2)

Answers (2)

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.

Former Member
0 Kudos

Hi.

Make sure task processing is enabled and your cluster node is not excluded from processing in your local.properties file:

 task.processing.enabled=true
 task.excluded.cluster.ids=excluded_nodes_go_here