on 2018 Feb 08 10:12 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.