Download the PHP package webcodebg/magento2-cron-scheduler without Composer
On this page you can find all versions of the php package webcodebg/magento2-cron-scheduler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webcodebg/magento2-cron-scheduler
More information about webcodebg/magento2-cron-scheduler
Files in webcodebg/magento2-cron-scheduler
Package magento2-cron-scheduler
Short Description 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.
License OSL-3.0
Informations about the package magento2-cron-scheduler
Release Notes
- v 1.0.9 - Fix issue with Invalid theme https://github.com/kiwicommerce/magento2-cron-scheduler/issues/25
Fork
- Oct. 2020 - KiwiCommerce stop maintaining this extension. We will try to continue his development.
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
-
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
- 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
- Navigate to your Magento root folder
-
After install the extension, run the following command
- Log out from the backend and login again.
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.
All versions of magento2-cron-scheduler with dependencies
magento/module-backend Version >=100.0.0
magento/module-cron Version >=100.0.0