码迷,mamicode.com
首页 >  
搜索关键字:celery    ( 517个结果
运维工单--消息队列发送邮件
在写运维工单的消息推送时,直接使用邮件发送会导致系统反应特别慢,所以研究了一下rabbitmq+celery来实现邮件发送的异步执行部署rabbitmqRabbitMQ是基于Erlang的,所以首先必须配置Erlang环境。从Erlang的官网http://www.erlang.org/download.html下载最新的erlang安装包,我..
分类:其他好文   时间:2015-08-25 12:39:25    阅读次数:244
celery实现任务统一收集、分发执行
首先解释下目标的概念:celery任务消息会由各种途径(比如手动通过python shell触发、通过tornado触发等)发往统一的一个celery broker,然后任务消息会由不同server上的worker去获取并执行。具体点说就是,借助celery消息路由机制,celery broker中开不同的消息队列来接收相应类型的任务消息,然后不同server上开启worker来处理目标消息队列里...
分类:其他好文   时间:2015-08-14 19:20:46    阅读次数:6482
django-celery动态添加定时任务
为了使用celery替代crontab并做到实时添加定时任务的效果,需要使用django-celery,效果如下图, 来自:https://www.caktusgroup.com/blog/2014/06/23/scheduling-tasks-celery/       要使用django-celery,需要安装python的以下包:django,ce...
分类:其他好文   时间:2015-08-14 19:18:35    阅读次数:20388
基于Celery的并行处理工程-OpenWorker快速安装
OpenWorker,欢迎参与:https://github.com/supergis/OpenWorker。 OpenWorker是基于Python的并行处理框架,将集成Celery、Flower、Jobtastic和Rodeo工程,可以通过控制台或Web进行管理、提交任务等。 Celery 是一...
分类:其他好文   时间:2015-08-10 18:20:34    阅读次数:282
celery最佳实践
作为一个Celery使用重度用户。看到Celery Best Practices这篇文章。不由得菊花一紧。干脆翻译出来,同一时候也会添加我们项目中celery的实战经验。至于Celery为何物,看这里Celery。通常在使用Django的时候,你可能须要运行一些长时间的后台任务,没准你可能须要使用一...
分类:其他好文   时间:2015-07-27 20:52:19    阅读次数:306
Django & Celery – Easy async task processing 翻译
So, while developing a web application, there comes a time when we need to process some of the tasks in the background, perhaps asynchronously. For example, your user would upload photos and the app w...
分类:其他好文   时间:2015-07-08 13:02:16    阅读次数:134
#Sora#peewee plus celery = ?
最近疯看全职猎人 初步学习了peewee,因为sqlalchemy实在是太重量级,文档也太恶心,peewee上手容易得多,也非常light 结合celery和peewee,写了点东西,查询年龄 myapp/db.py: from?__future__?import?absol...
分类:其他好文   时间:2015-06-22 19:28:04    阅读次数:176
tornado 异步搭配的几个工具
https://github.com/leporo/tornado-redishttps://github.com/leporo/tornado-redis https://github.com/mher/tornado-celeryhttps://github.com/mher/tornado-celery http://www.tuicool.com/articles/MfAbmefht...
分类:其他好文   时间:2015-06-05 19:54:08    阅读次数:117
Celery的命令一览表
输入下面的命令获得帮助: celery?--help 将列出如下的信息(中文为我的注释): Usage: celery <command> [options] 用法:celery 命令 选项 Show help screen and exit. 显示帮助信息并退出。 Options(选项)...
分类:其他好文   时间:2015-06-02 11:31:34    阅读次数:145
基于Celery的并行处理工程-OpenWorker
OpenWorker-初始建立(2015-05-29),欢迎参与:https://github.com/supergis/OpenWorker。 OpenWorker-基于Python的并行处理框架,将集成Celery、Flower、Jobtastic和Rodeo工程,可以通过控制台或Web进行管理、...
分类:其他好文   时间:2015-05-29 10:14:43    阅读次数:1291
517条   上一页 1 ... 45 46 47 48 49 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!