Update Kernel.php

pull/6463/head
Daniel Supernault 7 months ago
parent 3140404835
commit 6ac683d092
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -33,6 +33,7 @@ class Kernel extends ConsoleKernel
$schedule->command('gc:sessions')->twiceDaily(13, 23)->onOneServer();
$schedule->command('app:weekly-instance-scan')->weeklyOn(2, '4:20')->onOneServer();
$schedule->command('app:cleanup-expired-app-registrations')->dailyAt(1)->onOneServer();
$schedule->command('passport:purge')->everyFourHours(20)->onOneServer();
if ((bool) config_cache('pixelfed.cloud_storage') && (bool) config_cache('media.delete_local_after_cloud')) {
$schedule->command('media:s3gc')->hourlyAt(15);

Loading…
Cancel
Save