kiwicommerce/module-cron-scheduler

This package is abandoned and no longer maintained. No replacement package was suggested.

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

Installs: 532 476

Dependents: 0

Suggesters: 2

Security: 0

Stars: 70

Watchers: 10

Forks: 31

Open Issues: 4

Language:JavaScript

Type:magento2-module

1.0.8 2020-10-15 10:36 UTC

This package is auto-updated.

Last update: 2020-11-22 19:25:26 UTC


README

Magento 2 - Cron Scheduler by KiwiCommerce

  • Easily set up cron jobs
  • Manage cron jobs from the backend
  • Have an organised and easily managed timeline feature
  • See the longest running cron job
  • Receive an email notification if any cron job produces a fatal error
  • View the actual load on CPU/memory by cron job execution
  • Automatically stop long running jobs
  • Our Magento 2 extension Cron Scheduler is free to download.

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
      For Magento version < v2.3.5, please use the following older version
      composer require kiwicommerce/module-cron-scheduler:1.0.6
    • Make sure that composer finished the installation without errors
  2. Command Line Installation

    • Backup your web directory and database.
    • Download the latest Cron Scheduler installation package kiwicommerce-cron-scheduler-vvvv.zip from here
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Upload contents of the Cron Scheduler installation package to your Magento root directory
    • Then run the following command
      php bin/magento module:enable KiwiCommerce_CronScheduler
  • 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
  • Log out from the backend and login again.

Find More details on KiwiCommerce

Features

Cron Jobs

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

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f63726f6e6a6f622e706e67

Cron Job Schedule list

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

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f7363686564756c652d6c6973742e706e67

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.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f6164646e657763726f6e6a6f622e706e67

Timeline

You will have a beautiful timeline for each cron job.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f74696d656c696e652e706e67

Configuration

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

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f436f6e66696775726174696f6e5f63726f6e7363686564756c65722e706e67

Dashboard

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

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f63726f6e7363686564756c65725f64617368626f6172642e706e67

Need Additional Features?

Feel free to get in touch with us at https://kiwicommerce.co.uk/get-in-touch/

Other KiwiCommerce Extensions

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!