码迷,mamicode.com
首页 >  
搜索关键字:celery    ( 517个结果
使用celery的backend异步获取结果
惯例先贴出相关参考的文档: http://docs.celeryproject.org/en/stable/getting-started/next-steps.html http://docs.celeryproject.org/en/stable/userguide/tasks.html#tas ...
分类:其他好文   时间:2016-04-14 15:44:49    阅读次数:188
ubuntu 环境 celery配置全解[持续生产中]
继续尝试没有时间弄明白的技术。 celery官方文档地址:http://docs.celeryproject.org/en/stable/getting-started/introduction.html#get-started。 简单的说,可以理解celery是帮助你把一些指定的工作异步化,不用等 ...
分类:系统相关   时间:2016-04-13 02:14:17    阅读次数:247
记一次配置oh my zsh的坑
我手里的服务器由于自己懒,只是将就用就一直没有来回折腾过,今天想在其中一台redis服务器上玩celery,所以就想把配置改得好用一些。 redis服务器使用的是ubuntu14.04。 这次踩坑是由于我犯了一个巨大的错误,我在没有安装zsh的情况下直接从oh my zsh的仓库上面克隆了版本,然后 ...
分类:其他好文   时间:2016-04-12 15:48:03    阅读次数:420
Python中自带电池是什么意思?
今天在学习Celery时,在Celery的文档中看到Celery是自带电池的,一时间无法理解什么是自带电池,遂谷歌之。 结果如下: Wiki百科的解释: - Motto of the Python programming language, meaning it comes with a large
分类:编程语言   时间:2016-03-11 22:08:12    阅读次数:334
Celery+rabbitmq+mysql+flower
flower:http://docs.celeryproject.org/en/latest/getting-started/index.htmlhttp://flower.readthedocs.org/en/latest/config.htmlhttps://denibertovic.com/posts/celery-best-practices/http://daimin.github.io/posts/celery-shi-yong.htmlhttp://ju.outofmemory.cn/entry..
分类:数据库   时间:2016-03-04 02:01:15    阅读次数:1399
Celery 和 Redis 入门
Reference: http://www.thinksaas.cn/group/topic/395734/ Celery是一个广泛应用于网络应用程序的任务处理系统。 它可以在以下情况下使用: 在请求响应周期中做网络调用。服务器应当立即响应任何网络请求。如果在请求响应周期内需要进行网络调用,则应在周
分类:其他好文   时间:2016-03-04 00:22:59    阅读次数:237
DJANGO的requirements的运用
这里记录一下我现在项目的requirements.pip文件,安装命令为: pip install -r requirements.pip 这样一来,所有依赖,全部搞定。 Django==1.9.2 djangorestframework==3.3.2 kombu==3.0.28 celery==3
分类:其他好文   时间:2016-02-06 14:25:11    阅读次数:209
利用celery+django 在admin后台设置定时任务
经常用python开发web应用时,会涉及到定时任务的脚本,以前用linux自带的crontab来操作,但是感觉不太接地气,后来发现用celery+django可以方便的实现!安装软件环境如下:python2.7.5Django==1.8.2celery==3.1.18celery-with-redis==3.0django-celery==3.1.16MySQL-python==1...
分类:其他好文   时间:2016-01-21 20:10:04    阅读次数:3045
github上开源程序
Python:celery图形化进程管理
分类:其他好文   时间:2016-01-13 00:54:23    阅读次数:141
Celery 提示[ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 61] Connection refused.
[2015-12-27 13:59:14,206: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 61] Connection refused.Trying again ...
分类:其他好文   时间:2015-12-27 16:01:54    阅读次数:5046
517条   上一页 1 ... 43 44 45 46 47 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!