QuestionQ23
Adobe Commerce Architecture and Customization TechniquesAn Adobe Commerce developer has been asked to create a new cron job that runs a method that has already been written.
What are the minimum required steps to do this?
- A Create a crontab.xml file and a new system configuration in system.xml for the schedule.
- B Create crontab.xml and cron_groups.xml files to assign the new job to a cron group.
- C Create a crontab.xml file and set a schedule for the new cron job.
Community Discussion