Update console kernel

This commit is contained in:
Daniel Supernault 2022-12-17 20:40:32 -07:00
parent 30e08e676d
commit fe51054122
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -32,6 +32,10 @@ class Kernel extends ConsoleKernel
$schedule->command('gc:failedjobs')->dailyAt(3);
$schedule->command('gc:passwordreset')->dailyAt('09:41');
$schedule->command('gc:sessions')->twiceDaily(13, 23);
if(config('pixelfed.cloud_storage') && config('media.delete_local_after_cloud')) {
$schedule->command('media:s3gc')->hourlyAt(15);
}
}
/**