add telescope for debugging

This commit is contained in:
Andras Bacsai
2024-08-23 16:53:13 +02:00
parent 6fbdfee3e7
commit 355352417e
13 changed files with 442 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class Kernel extends ConsoleKernel
$this->all_servers = Server::all();
$settings = InstanceSettings::get();
$schedule->command('telescope:prune')->daily();
if (isDev()) {
// Instance Jobs
$schedule->command('horizon:snapshot')->everyMinute();