Goto Home
Cron Jobs
1. Removes old unverified users
- Runs at every sunday midnight
- This will remove all the users from the users collection who didn't verified their email
- Only delete those users which are created a week ago
2. Removes old local files
- Runs every hour
- This will remove all the files in
uploads directory, which are older than 5 minutes
3. Removes old notifications
- Removes all notifications which are older than 7 days
- Runs at every sunday midnight
4. Delete deactivated users
- Soft delete all deactivated users older than 7 days
- Terminate each user account
Links