]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
clean up forgotten guessing games
[alttp.git] / app / Console / Kernel.php
index a0aa9ecf4d663445af2f69e01d39289a0122259a..32e5c8a0afad44f0309ebe55e7fb4995c90ddc45 100644 (file)
@@ -15,7 +15,14 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
-               $schedule->command('sync:speedgaming')->everyFifteenMinutes();
+               $schedule->command('twitch:channel-info')->everyFiveMinutes();
+               $schedule->command('sync:ladder')->daily();
+               $schedule->command('sync:speedgaming')->everyFiveMinutes();
+               $schedule->command('sync:sra')->everyFifteenMinutes();
+               $schedule->command('sync:avatars')->everyFiveMinutes();
+               $schedule->command('sync:racetime')->everyFiveMinutes();
+               $schedule->command('chat:evaluate 100')->everyMinute();
+               $schedule->command('guessing:clean')->everyFifteenMinutes();
     }
 
     /**