Some tuples in my database need to be erased after a given time. I need my django app to check if the rows have expired.
While I can definitely write the function, how do I make Django run at everyday at a fixed time?
I have heard about Task Queues like Celery. Are they too much powerful for this? Is their anything simpler? May be something build-in?