定时任务

定时任务

在自动收货、库存预警、自动清除到期积分、自动清理过期二维码、拼团失败处理、自动解绑上级绑定、更新直播间状态、清除昨日海报、自动好评、商品自动上下架等功能使用到

定时任务命令

php think timer [ status ] [ --d ]

参数说明

  • status: 状态

    • start: 启动
    • stop: 关闭
    • restart: 重启
  • --d : 后台执行
    例如:
php think timer start --d
php think timer restart --d
php think timer stop --d
本页目录