How to Set up Cron Jobs for Magento

How to Set up Cron Jobs for Magento

After installing the extension for Magento 1, you need to set up the Cron Settings for Magento in case it is not there, so that it enables the set of actions to take place after a particular time interval. Various Magento features need at least one Cron job to schedule the activities in future.

Some of those activities are:
  • Catalog Price Rules
  • Newsletters
  • Generating Google sitemaps
  • Customer Alerts/Notifications (product price change, product back in stock)
  • Reindexing
  • Private sales (Magento Commerce only)
  • Automatic updating of currency rates
  • All Magento e-mails (including order confirmation and transactional)
How to do that? To create a cron job as the user who runs Apache, the following commands in the order shown:
  1. Create or edit a crontab for the Apache user:
    crontab -u apache-user-name -e
  2. A text editor displays. (You might need to choose a text editor first.) In the editor, enter the following:
    * * * * * /bin/sh /[your Magento install dir]/cron.sh
    For example, for CentOS,
    * * * * *  /bin/sh /var/www/html/magento/cron.sh
  3. Save your changes to the crontab and exit the editor.
To know more about it in detail, clickhere and go through the complete guide to set up Cron Jobs for Magento 1.

    • Related Articles

    • Walmart Canada Cron Settings

      Walmart Integration, an extension developed by CedCommerce, is a one-stop integration, which establishes synchronization of inventory, price, other details for product creation and its management between Magento® store and Walmart with the help of ...
    • View Walmart Canada Orders

      The user can fetch and view all the order details fetched from Walmart. To view Walmart Canada Orders Go to Magento Admin Panel. On the Walmart.ca menu, point to Walmart.ca Orders, and then click View Walmart.ca Orders. The Walmart.ca Orders Details ...
    • Walmart.Ca Integration for Magento

      The steps need to be followed; 1. Log in to the ftp, and then go to the Magento root folder (generally present under the public_html folder). 2. Overwrite theapp, skin, js, and var folders in the same sequence as illustrated in the following steps: ...
    • Cron Details

      The Walmart.ca Cron Details page displays all the Cron details scheduled in Walmart. To view the Walmart Cron details Go to Magento Admin Panel. On the Walmart.ca menu, click Walmart.ca Cron. The Walmart.ca Cron Details page appears as shown in the ...
    • View Walmart Canada Category

      The user has to Map Walmart Category to Magento Category to upload products on Walmart admin panel. To view the Walmart categories to the Magento categories Go to Magento Admin Panel. On the top navigation bar, point to the Walmart.ca menu, and then ...