Schedule user status cleanup
This MR implements scheduled user status cleanup. - Adding `clear_status_at` column to `user_statuses` - Add index to `clear_status_at` to easily query the statuses that needs cleanup - Add cronjob that looks for relevant records and invokes the cleanup
Showing
Please register or sign in to comment