Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -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.');