Exit AD0-E722 Adobe Commerce Architect Master
Question 1 of 5
0% complete
Q1 Single choice

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?

  • A

    Change the schedule of the siten.aP_generate cron job to 30 0 * * *so that it runs after the
    gather_reporting_data job has completed.

  • B

    Create a new cron group for the reporting job, specifying <use_separate_process>i</
    use_separate_process>

  • C

    Break the data gathering job into a number of smaller jobs, so that each individual job runs for a maximum of 5 minutes

Previous Next