Skip to content

启动内置服务

liaofei edited this page Jan 20, 2021 · 1 revision

内置服务

  • 定时任务

在自动收货,库存预警等功能使用到

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
  • 消息队列

运行命令

php think queue:listen --queue CRMEB

参数介绍

  • restart 重启
  • listen 启动一个listen进程
  • work 启动一个weorker进程
Clone this wiki locally