Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeelq/magento2-core-cron-schedule-viewer
A module which adds grid in Magento admin backOffice for viewing cron schedule.
https://github.com/adeelq/magento2-core-cron-schedule-viewer
adobe-commerce adobecommerce composer magento2 magento2-extension magento2-free-extension magento2-module open-source opensource php
Last synced: 27 days ago
JSON representation
A module which adds grid in Magento admin backOffice for viewing cron schedule.
- Host: GitHub
- URL: https://github.com/adeelq/magento2-core-cron-schedule-viewer
- Owner: adeelq
- License: mpl-2.0
- Created: 2024-01-24T15:12:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:42:18.000Z (9 months ago)
- Last Synced: 2024-08-13T23:36:45.111Z (3 months ago)
- Topics: adobe-commerce, adobecommerce, composer, magento2, magento2-extension, magento2-free-extension, magento2-module, open-source, opensource, php
- Language: PHP
- Homepage: https://www.linkedin.com/in/adqamar/
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Magento 2 Cron Schedule Grid
======
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)This module will add a grid in admin backOffice for viewing and querying cron_schedule table.
## Requirements
- Magento 2.3+
- Magento module(s) dependency
- Cron
- Adeelq core module## Installation
It is recommended to use [composer](https://getcomposer.org) to install the module.
```bash
composer require adeelq/magento2-core-cron-schedule-viewer
```
If you do not use composer, ensure that you also load any dependencies that this module has.## Screenshots
### Menu
![menu.jpeg](menu.jpeg)### Grid
![grid.jpeg](grid.jpeg)