kiwicommerce/module-cron-scheduler 1.0.0

Magento 2 - Cron Scheduler

Type

magento2-module

License

OSL-3.0

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 - Cron Scheduler by Kiwi Commerce

Overview

  • You can Easily setup cron job
  • Manage cron job from the backend
  • Have a beautiful and managed timeline feature
  • See the longest running cron job on Dashboard
  • Receive an email if any cron job produce a fatal error
  • Find the actual load on CPU/Memory by cron job execution
  • Automatically kill the long running job

Installation

  1. Composer Installation

    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      composer require kiwicommerce/module-cron-scheduler
    • Make sure that composer finished the installation without errors.
  2. Command Line Installation

    • Backup your web directory and database.
    • Download Cron Scheduler installation package from here.
    • Upload contents of the Cron Scheduler Log installation package to your Magento root directory.
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      php bin/magento module:enable KiwiCommerce_CronScheduler
    • Log out from the backend and log in again.
  • After install the extension, run the following command
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    php bin/magento cache:flush

Find More details on Kiwi Commerce

Features

Cron Jobs

You will have a list of all cron jobs with their groups, cron expression, job code and other useful information.


Cron Job Schedule list

You will have a list of scheduled jobs with their respective status.

Add New Cron Job

You can create a new cron job by clicking on Add New Cron Job. You need to add different valid information while creating it.


Timeline

You will have a beautiful timeline for each cron job.


Configuration

You need to follow this path. Stores > Configuration > KIWICOMMERCE EXTENSIONS > Cron Scheduler


Dashboard

You can analyze the actual time taken by each job on magento dashboard.


Contribution

Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:

  • Creating bug reports, issues or feature requests on Github
  • Submitting pull requests for improvements.

We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!