fix: update monitoring:crawl command schedule to daily
This commit is contained in:
parent
98c8c6fe02
commit
b0066ecc75
@ -3,4 +3,4 @@
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::command('cooperation:update-status')->daily();
|
||||
Schedule::command('monitoring:crawl')->dailyAt();
|
||||
Schedule::command('monitoring:crawl')->daily();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user