使用 telescope 檢視 schedule 執行狀態

pplboy發表於2019-08-02

1 安裝
Telescope 應用除錯工具
2 配置

匯出migration檔案
php artisan vendor:publish --tag=telescope-migrations
部分匯入
php artisan migrate --path database/migrations/2018_08_08_100000_create_telescope_entries_table.php

3 使用
測試監控系統中schedule 的呼叫狀態

修改

app/Console/Kernel.php
$schedule->command('schedule:team-quote-reminder-sms 2 0')->everyMinute();

執行

php artisan schedule:run

相關文章