parent
2e40e109a3
commit
ee2c0dfd79
|
|
@ -39,7 +39,7 @@ class UpdateCard extends Component
|
||||||
$this->state = 'running';
|
$this->state = 'running';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function reloadVersionsAndStatus(): void
|
protected function reloadVersionsAndStatus(): void
|
||||||
{
|
{
|
||||||
$this->current = $this->readCurrentVersion();
|
$this->current = $this->readCurrentVersion();
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ Schedule::command('mailwolt:check-updates')->everytwoMinutes();
|
||||||
|
|
||||||
Schedule::command('mail:update-stats')->everyFiveMinutes()->withoutOverlapping();
|
Schedule::command('mail:update-stats')->everyFiveMinutes()->withoutOverlapping();
|
||||||
Schedule::command('health:probe-disk', ['target' => '/', '--ttl' => 900])->everyTenMinutes();
|
Schedule::command('health:probe-disk', ['target' => '/', '--ttl' => 900])->everyTenMinutes();
|
||||||
Schedule::command('health:collect')->everyMinute();
|
Schedule::command('health:collect')->everyTenSeconds();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue