halexm2/cron-extended 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Schedule List

Jobs list in Magento Admin

Jobs List

Cron Jobs list in CLI

bin/magento cron:extended:list --group_filter="index"

CLI Jobs List

Running Cron Job from CLI

bin/magento cron:extended:run --job="indexer_reindex_all_invalid"

CLI Job Run

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2024-02-19