Bobcares

Magento 2 Disable Cron job | 3 Methods

by | Apr 18, 2024

Learn how to disable Cron job in Magento 2. Our Magento Support team is here to help you with your questions and concerns.

Magento 2 Disable Cron job

As a Magento 2 developer, running into situations where disabling cron jobs of third-party modules is needed is not uncommon.

Managing cron jobs is crucial for maintaining the stability and performance of our Magento store. Hence, we need to know how to disable cron jobs in Magento 2 when the platform lacks a built-in disable feature.

Fortunately, our experts have your back.

  1. First, log in to the terminal as the Magento file system owner.
  2. Then, go to the Magento installation directory.
  3. Next, run the command `php bin/magento cron:remove`.

    This command only affects cron jobs in the #~ MAGENTO START and #~ MAGENTO END comments in the crontab.

Alternatively, we can choose this user-freindly approach:

  1. First, go to Cron Schedule under System and click Cron Jobs in the Magento 2 admin panel.
  2. Then, find the cron job we want to disable.
  3. Next, choose the cron job and click Disable under Status from the mass actions dropdown.
  4. After click the corresponding option, the selected cron job will be disabled instantly.

We can also achieve the same result with a custom module. Here’s a step-by-step guide:

  1. First, create a custom module in the Magento installation.
  2. Then, create a `crontab.xml` file in the module directory.
  3. Next, specify a non-existent time, like `0 0 31 2 *` (February 31th), for the cron job we want to disable.

    Magento 2 Disable Cron job | 3 Methods

  4. Now, save the file and run these commands to apply the changes:

    php bin/magento setup:upgrade
    php bin/magento cache:clean

[Need assistance with a different issue? Our team is available 24/7.]

Conclusion

In brief, our Support Experts demonstrated how to disable Cron job in Magento.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.