feat: clean devices tokens and sanctum expiration

This commit is contained in:
2026-05-21 21:53:13 +02:00
parent 55215b2c36
commit 417a1bc53c
5 changed files with 97 additions and 3 deletions
+4
View File
@@ -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)