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.
Djcelery 现在被视为已过时,但仅使用 plane celery 和 django 我看不到允许应用程序管理员用户安排定期任务的方法。我可以使用 CELERYBEAT_SCHEDULE 将一个硬编码到 django 设置文件中,但就是这样吗?
看来我必须使用数据库后端,然后制作我自己的 PeriodicTask 模型,基本上重复 djcelery 已经做了什么?