Go to file
2024-05-27 20:27:49 +08:00
app 优化 2024-05-27 20:27:49 +08:00
bootstrap init 2024-05-24 15:55:55 +08:00
config add api token modify table 2024-05-27 11:45:15 +08:00
database fix bug 2024-05-27 15:43:40 +08:00
public init 2024-05-24 15:55:55 +08:00
resources init 2024-05-24 15:55:55 +08:00
routes init 2024-05-24 15:55:55 +08:00
storage init 2024-05-24 15:55:55 +08:00
tests init 2024-05-24 15:55:55 +08:00
.editorconfig init 2024-05-24 15:55:55 +08:00
.env.example add api token modify table 2024-05-27 11:45:15 +08:00
.gitattributes init 2024-05-24 15:55:55 +08:00
.gitignore init 2024-05-24 15:55:55 +08:00
artisan init 2024-05-24 15:55:55 +08:00
composer.json add partly goods logic 2024-05-25 22:06:58 +08:00
composer.lock add partly goods logic 2024-05-25 22:06:58 +08:00
Dockerfile add partly goods logic 2024-05-25 22:06:58 +08:00
dump-laravel-202405271616.sql sql 2024-05-27 16:24:33 +08:00
package.json init 2024-05-24 15:55:55 +08:00
phpunit.xml init 2024-05-24 15:55:55 +08:00
README.md readme 2024-05-27 16:38:53 +08:00
vite.config.js init 2024-05-24 15:55:55 +08:00

商品通知消息队列

执行一次商品通知入队

php artisan handle:notice [分片数]

定时执行

先执行

php artisan schedule:work

再新启一个终端执行

php artisan schedule:run

执行队列任务

php artisan queue:work