Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的盒子里有过去 4 天最受欢迎的六条评论。我需要每天(午夜)更改一次。如何最好地做到这一点?我有获得最近 4 天最受欢迎评论的功能,但如何每天只更新一次?
24 小时缓存结果是一个解决方案吗?
你有几个选择。一个是一个简单的cron任务,它执行一个 Python 函数,在任何一天的午夜更新你的数据。另一个是Celery任务,您可以通过 Django admin 管理以更新缓存。