How to implement a periodically executed function in a Python web application?
If an account is suspended for more than 7 days, it must be deleted in my case. Currently, I have three ideas:
If an account is suspended for more than 7 days, it must be deleted in my case. Currently, I have three ideas: