ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 33 - AD0-E718 discussion

Report
Export

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 site's sitemap. xml file has not been updated since the new job was added.

What should be done to fix this issue?

A.
Break the data gathering job into a number of smaller jobs, so that each individual job runs for a maximum of 5 minutes.
Answers
A.
Break the data gathering job into a number of smaller jobs, so that each individual job runs for a maximum of 5 minutes.
B.
Create a new cron group for the reporting job. Specifying<use_separate_process>1/use_separate_process>
Answers
B.
Create a new cron group for the reporting job. Specifying<use_separate_process>1/use_separate_process>
C.
Change the schedule of the sitemap_generate cron job to 30 o * * * so that it runs after the aacher_reporcmg_data job has completed.
Answers
C.
Change the schedule of the sitemap_generate cron job to 30 o * * * so that it runs after the aacher_reporcmg_data job has completed.
Suggested answer: B

Explanation:

This will ensure that the reporting job runs in its own process, separate from other cron jobs, and will not interfere with the sitemapgenerate cron job. This will ensure that the sitemapgenerate cron job runs as soon as the reporting job is finished, ensuring that the sitemap.xml is always up to date.

asked 02/10/2024
Zahidul Haque
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first