Magento2 定时任务管理 2025年8月1日2022年7月18日 作者 yang Table of Contents Toggle 安装定时任务移除定时任务手动运行定时任务 安装定时任务 php bin/magento cron:install Crontab has been generated and saved 移除定时任务 php bin/magento cron:remove Magento cron tasks have been removed 手动运行定时任务 php bin/magento cron:run Ran jobs by schedule.