Valid AD0-E722 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E722 Exam! ExamDiscuss.com now offer the newest AD0-E722 exam dumps, the ExamDiscuss.com AD0-E722 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E722 dumps with Test Engine here:
A custom cron job has been added to an Adobe Commerce system to collect data for several reports. Its crontab. xml configuration is as follows: The job is data intensive and runs for between 20 and 30 minutes each night. Within a few days of deployment, it is noticed that the sites sitemap. xml file has not been updated since the new job was added. What should be done to fix this issue?
Correct Answer: B
Explanation The issue here is that the gather_reporting_data job is running for a long time and blocking the sitemap_generate job from running. The solution is to create a new cron group for the reporting job and specify <use_separate_process>i</use_separate_process> so that the reporting job runs in a separate process and does not block the sitemap_generate job. References: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/starter-architecture.htm