定制 themagelover/admin-cron-management 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

themagelover/admin-cron-management

最新稳定版本:1.0.0

Composer 安装命令:

composer require themagelover/admin-cron-management

包简介

Manage Cron Job on the Admin Panel. Check the Cron Status, and run a specific cron.

README 文档

README

Give the admin user the possibility to check the scheduled cron jobs, and run the cron manually. This extension is totally free, easy to install and use.

The code is written in the simplest way, easy to understand and extend. No timeline is needed, and no direct commands are involved.

The best one for security and performance!

Installation

Install via composer

composer require themagelover/admin-cron-management

Deploy the extension

bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento module:enable TheMageLover_AdminCronManagement

User guide

Cron Scheduled Jobs

System > Tools > Cron Scheduled Jobs

  • We list down all the scheduled jobs - getting from the cron_schedule table
  • User can sort, filter, and export the records
  • There is an option to delete the record if needed

Cron Executor

System > Tools > Cron Executor

  • We list down all the existing cron
  • User can check the Job Code, Group, Status, Instance, Method, and Scheduled Time
  • User can sort, filter, and export the records
  • There are some actions in the Actions dropdown
    • Enable/Disable the Cron
    • Run the cron manually
  • We can run a single/multiple cron at the same time
  • Message will be displayed to the User after the cron run
  • The log will be recorded at the Cron Schedule Jobs menu

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-01-14