feat: clean reset tokens daily
This commit is contained in:
@@ -9,6 +9,14 @@ Artisan::command('inspire', function () {
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
Schedule::command('horizon:snapshot')->everyFiveMinutes();
|
||||
Schedule::command('sanctum:prune-expired --hours=24')
|
||||
->daily()
|
||||
->withoutOverlapping()
|
||||
->onOneServer();
|
||||
Schedule::command('auth:clear-resets')
|
||||
->daily()
|
||||
->withoutOverlapping()
|
||||
->onOneServer();
|
||||
Schedule::command('meal-posts:generate-ai')
|
||||
->daily()
|
||||
->withoutOverlapping(55)
|
||||
|
||||
Reference in New Issue
Block a user