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

Cronjob is not starting - cluster.node.groups

Former Member
0 Likes
1,863

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 Member
0 Likes

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