Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -1010,7 +1010,7 @@ class HealthCheckCommand extends Command
|
||||
|
||||
private function checkScheduler(): void
|
||||
{
|
||||
// The scheduler tick key is written by Kernel::schedule() via a ->then() callback.
|
||||
// The scheduler tick key is written by the scheduled health:tick command.
|
||||
// If Redis is not the cache driver, we can't check it.
|
||||
if (config('cache.default') !== 'redis' && config('queue.default') !== 'redis') {
|
||||
$this->warn_check('scheduler', 'Scheduler check requires Redis cache or queue — skipping in this environment.');
|
||||
|
||||
Reference in New Issue
Block a user