Django 定时事件

发布于 2024-08-23 17:17:26 字数 125 浏览 7 评论 0原文

我想为我的用户安排活动。有没有一种有效的方法可以在 Python/Django 中轻松地做到这一点?我不想轮询优先级队列。

谢谢!

编辑:我想澄清一下,该作业是针对每个用户运行的,可能有数百或数千个用户。

I want to schedule events to happen for my users. Is there an efficient way to do this in Python/Django easily? I'd prefer not to poll a priority queue.

Thanks!

Edit: I want to clarify that this job is run per user, for potentially hundreds or thousands of users.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

霊感 2024-08-30 17:17:26

您可能应该查看: http://celeryproject.org/

从网站:

“Celery 已在生产中使用,每天可以处理数百万个任务。”

You should probably look at: http://celeryproject.org/

From the website:

"Celery is already used in production to process millions of tasks a day."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文