Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiwicommerce/magento2-cron-scheduler

Magento 2 - Cron Scheduler by KiwiCommerce
https://github.com/kiwicommerce/magento2-cron-scheduler

cron magento2 timeline

Last synced: 3 months ago
JSON representation

Magento 2 - Cron Scheduler by KiwiCommerce

Awesome Lists containing this project

README

        

# Magento 2 - Cron Scheduler by [KiwiCommerce](https://kiwicommerce.co.uk/)
- 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](https://github.com/kiwicommerce/magento2-cron-scheduler/releases)
- 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](https://kiwicommerce.co.uk/extensions/magento2-cron-scheduler)

## 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.


## Need Additional Features?
Feel free to get in touch with us at https://kiwicommerce.co.uk/get-in-touch/

## Other KiwiCommerce Extensions
* [Magento 2 Login as Customer](https://kiwicommerce.co.uk/extensions/magento2-login-as-customer/)
* [Magento 2 Inventory Log](https://kiwicommerce.co.uk/extensions/magento2-inventory-log/)
* [Magento 2 Enhanced SMTP](https://kiwicommerce.co.uk/extensions/magento2-enhanced-smtp/)
* [Magento 2 Admin Activity](https://kiwicommerce.co.uk/extensions/magento2-admin-activity/)
* [Magento 2 Customer Password](https://github.com/kiwicommerce/magento2-customer-password/)

### Compatibility
-Magento 2.4.6

-Magento 2.4.7
## 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!

- Follow us @KiwiCommerce
- Email Us
- Have a look at our documentation