on ‎2018 Feb 08 4:24 PM
Hi, All is there anyway we can default the product sync to node.Even though when we run the sync from hmc or productcockpit it should run from the node which we defaulted.
Regards, Sreenivas A.
Request clarification before answering.
Hi Arumilli,
CronJobs can be run on a specific node, I think since 5.5.1, maybe 5.6.
CronJobModel syncCronJob= ... //get the CronJob instance
syncCronJob.setNodeID(2);
modelService.save(syncCronJob);
Documentation: The CronJob Service.
Regards,
Luke
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.