Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E722 Topic 7 Question 40 Discussion

Actual exam question for Adobe's AD0-E722 exam
Question #: 40
Topic #: 7
[All AD0-E722 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: B

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.Reference: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/starter-architecture.html?lang=en#cron-groups-and-processes


Contribute your Thoughts:

Loreta
3 days ago
I like option B. Separating the reporting job into its own cron group sounds like a smart way to manage the process without interfering with other tasks.
upvoted 0 times
...
Noel
4 days ago
I think we should change the schedule of the siten.aP_generate cron job.
upvoted 0 times
...
Skye
18 days ago
C is the way to go! Breaking up the job into smaller tasks will ensure the sitemap gets updated regularly without any delays.
upvoted 0 times
Eleonora
3 days ago
That's a good point. It will definitely help in keeping the sitemap up to date.
upvoted 0 times
...
Lorrie
6 days ago
C is the way to go! Breaking up the job into smaller tasks will ensure the sitemap gets updated regularly without any delays.
upvoted 0 times
...
...

Save Cancel