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.
使用 django 对 celery 来说非常新,我看到它是双向完成的,不确定这是偏好问题还是背后是否有特定目的。我正在使用最新版本的 celery 并尝试从 2.x 更新我们当前的代码库 - 在考虑为任务编写测试时,我想记住什么是更好的路线。
当你在你的任务之前使用@periodic_task装饰器时,无论如何它都会被安排在 celerybeat 中。在我看来,使用装饰器可以让你的代码更具可读性。
@periodic_task