使用 django 在 openshift 上执行任务 runner/queue/scheduling
task runner/queue/scheduling on openshift with django
几天前我问过如何send email with django and openshift,但我想它太宽泛了,因为它已经关闭了。
因此,在这个问题中,我想知道对于 django 和 openshift,我通常应该使用什么 task runner/queue/scheduling system。不幸的是,我还没有看到任何关于 django 和 openshift 的教程。
看起来 celery 太复杂了,无法在 openshift 上轻松安装。
这里有几个 tasks django-packages.
并且 openshift 还提供 IronWorker 作为 marketplace 中的调度应用程序。我试图将免费版本添加到我的应用程序,但我很难设置它。
所以我的问题是,我应该将什么队列系统用于 django 和 openshift?你在openshift上使用什么?目前我只需要发送个性化的每周电子邮件,但我的应用程序与少数 api 提供商和相对较大的数据合作,因此我将来可能会更多地使用它。
Python 没有 iron/openshift 指南,但 Ruby 中有一个应该给你一个大概的概念 - https://github.com/iron-io/ironmq-openshift-quickstart
您还可以阅读我们关于该主题的博文 - http://www.iron.io/blog/2013/02/ironio-openshift-paas-20-for-enterprise.html
几天前我问过如何send email with django and openshift,但我想它太宽泛了,因为它已经关闭了。
因此,在这个问题中,我想知道对于 django 和 openshift,我通常应该使用什么 task runner/queue/scheduling system。不幸的是,我还没有看到任何关于 django 和 openshift 的教程。
看起来 celery 太复杂了,无法在 openshift 上轻松安装。
这里有几个 tasks django-packages.
并且 openshift 还提供 IronWorker 作为 marketplace 中的调度应用程序。我试图将免费版本添加到我的应用程序,但我很难设置它。
所以我的问题是,我应该将什么队列系统用于 django 和 openshift?你在openshift上使用什么?目前我只需要发送个性化的每周电子邮件,但我的应用程序与少数 api 提供商和相对较大的数据合作,因此我将来可能会更多地使用它。
Python 没有 iron/openshift 指南,但 Ruby 中有一个应该给你一个大概的概念 - https://github.com/iron-io/ironmq-openshift-quickstart
您还可以阅读我们关于该主题的博文 - http://www.iron.io/blog/2013/02/ironio-openshift-paas-20-for-enterprise.html