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