自動清心跳封指令問題 20250603
This commit is contained in:
parent
26206f937b
commit
8b92d338da
@ -7,7 +7,7 @@ Artisan::command('inspire', function () {
|
|||||||
$this->comment(Inspiring::quote());
|
$this->comment(Inspiring::quote());
|
||||||
})->purpose('Display an inspiring quote');
|
})->purpose('Display an inspiring quote');
|
||||||
|
|
||||||
Schedule::command('machine_statuses:clear')->dailyAt('12:00'); // 每天凌晨 12:10 執行
|
Schedule::command('app:clear-machine-statuses')->dailyAt('12:00'); // 每天凌晨 12:10 執行
|
||||||
//首次部署或有新增命令時)建立或更新任務排程 Crontab
|
//首次部署或有新增命令時)建立或更新任務排程 Crontab
|
||||||
// 檢查是否已有下列 crontab 設定(crontab -e):
|
// 檢查是否已有下列 crontab 設定(crontab -e):
|
||||||
//分鐘 小時 日 月 星期 指令
|
//分鐘 小時 日 月 星期 指令
|
||||||
|
Loading…
x
Reference in New Issue
Block a user