feat: clean devices tokens and sanctum expiration
This commit is contained in:
@@ -17,6 +17,10 @@ Schedule::command('auth:clear-resets')
|
||||
->daily()
|
||||
->withoutOverlapping()
|
||||
->onOneServer();
|
||||
Schedule::command('device-tokens:prune-stale --days=180')
|
||||
->daily()
|
||||
->withoutOverlapping()
|
||||
->onOneServer();
|
||||
Schedule::command('meal-posts:generate-ai')
|
||||
->daily()
|
||||
->withoutOverlapping(55)
|
||||
|
||||
Reference in New Issue
Block a user