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?
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
Lavelle
1 months agoCeleste
1 months agoEdward
4 days agoRashad
5 days agoRuth
14 days agoDianne
23 days agoEleonore
28 days agoJudy
29 days agoMelissa
1 months agoVinnie
2 months agoCrissy
11 days agoVirgilio
21 days agoMelodie
24 days agoRoxane
1 months agoHerschel
2 months agoLura
2 months agoTwana
2 months ago