Mongodb – Checking the last time a request has been made, deleting stuff from database if the time exceeds a minute
I'm trying to make a timer that would check when the last request to a specific path was made and if the last request was made more than a minute ago, I want the script to delete a document from…