Deploy a dedicated Product Cockpit server (node) to make product catalog changes.
Month: May 2017
Why Use Hybris Accelerators?
Hybris Accelerators: Leverage the OOTB responsive design that that support different devices using a single code base Leverage WCMS for easier management of site templates/pages and CMS components Use site preview capabilities via WCMS Enable new site editing features via SmartEdit
How to determine which cron jobs are running using SQL?
SELECT c.p_nodeid, count(*) as job_count FROM cronjobs c inner join jobs j on c.p_job = j.pk group by c.p_nodeid order by 1;