Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117761971
D5424.1775215345.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
457 B
Referenced Files
None
Subscribers
None
D5424.1775215345.diff
View Options
diff --git a/src/app/Console/Kernel.php b/src/app/Console/Kernel.php
--- a/src/app/Console/Kernel.php
+++ b/src/app/Console/Kernel.php
@@ -45,6 +45,9 @@
// Keep the database size under control (every Monday)
$schedule->command('db:expunge')->weeklyOn(1, '04:00');
+
+ // Make sure all deleted users are processed (delete jobs finish)
+ $schedule->command('user:resync --deleted-only')->dailyAt('04:30');
}
/**
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 11:22 AM (3 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822707
Default Alt Text
D5424.1775215345.diff (457 B)
Attached To
Mode
D5424: Add `user:resync --deleted-only` to the schedule
Attached
Detach File
Event Timeline