### 商品通知消息队列 #### 执行一次商品通知入队 ``` php artisan handle:notice [分片数] ``` #### 定时执行 先执行 ``` php artisan schedule:work ``` 再新启一个终端执行 ``` php artisan schedule:run ``` #### 执行队列任务 ``` php artisan queue:work ```