halexm2/cron-extended
最新稳定版本:v1.0.1
Composer 安装命令:
composer require halexm2/cron-extended
包简介
Magento 2 Cron Extended Extension
README 文档
README
Requirements
- Magento 2.0.0-2.4.x
Overview
Sometimes there is a circumstances when need to run one of the cron jobs manually, but Magento doesn't have this out of the box. This extension allows you to run any cron jobs from Magento CLI or admin panel manually.
Main Features
- Cron Schedule List in Magento Admin
- Table of all configured cron jobs
- Run any cron jobs from Magento Admin
- Run any cron jobs from Magento CLI
- Get list of all cron jobs from Magento CLI with possibility to filter them by group or code
- ACL (Access Control List) added
Installation
composer require halexm2/cron-extended bin/magento setup:upgrade
CLI Commands
bin/magento cron:extended:run --job="[JOB_CODE]" bin/magento cron:extended:list --group_filter="[GROUP_NAME]" --job_filter="[JOB_CODE]"
Usage Example
bin/magento cron:extended:run --job="indexer_reindex_all_invalid" bin/magento cron:extended:list --group_filter="index"
Screenshots
Schedule list in Magento Admin
Jobs list in Magento Admin
Cron Jobs list in CLI
bin/magento cron:extended:list --group_filter="index"
Running Cron Job from CLI
bin/magento cron:extended:run --job="indexer_reindex_all_invalid"
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2024-02-19



