Magento performs some scheduled operations by running the script. You can control this Magento cron process from the admin. So how to set up a cron job in Magento 2 admin? In Magento 2 to create cron job do the following:
Step 1. Navigate to Stores > Settings > Configuration.
Step 2. Open Advanced settings > System.
Step 3. Open the Cron section.
Step 4. Complete 2 sections of the settings: Index and Default. Options will be the same for both groups:
Step 5. Save config after completing.
If you want to configure cron jobs for Magento Commerce Cloud projects using the .magento.app.yaml file, then you have to choose between two options.
This method requires technical skills and knowledge of the code and consists of the following steps:
Step 1. Verifying cron configuration on Pro projects
Step 2. Building a cron job
Step 3. Adding custom cron jobs to your project
Specialists will set up cron jobs and check if it is running correctly. Moreover, with the help of the Magento configuration service, you can configure extensions for your store and configure other Magento settings affecting the work of extensions.
Login and Registration Form