123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="keywords" content="task queue, job queue, asynchronous, rabbitmq, amqp,
- redis, django, python, webhooks, queue, distributed">
- <meta name="description" content="open source distributed task queue" >
- <link rel="icon" type="image/png" href="favicon0.png">
- <meta name="viewport" content="width=500, user-scalable=no">
- <link rel="apple-touch-icon" href="favicon_64.png"/>
- <title>Celery - The Distributed Task Queue</title>
- <link rel="stylesheet" href="main0000.css"/>
- <link rel="stylesheet" href="trac0000.css"/>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-12986238-1");
- pageTracker._trackPageview();
- } catch(err) {}</script>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- </head>
- <body>
- <div id="navbar">
- <div class="iStretch">
- <div class="link"><a href="index.html">Home</a></div>
- <div class="link"><a href="http://github.com/ask/celery">Code</a></div>
- <div class="link"><a href="docs/">Documentation</a></div>
- <div class="link" id="current"><a href="community.html">Community</a></div>
- <div class="link"><a href="http://pypi.python.org/pypi/celery">Download</a></div>
- </div>
- </div>
- <div class="iStretch">
- <div id="topcontainer">
- <ul>
- <li>Background Processing
- <li>Distributed
- <li>Asynchronous/Synchronous
- <li>Concurrency
- <li>Periodic Tasks
- <li>Retries
- </ul>
- </div>
- <div id="contentcontainer">
- <div class="column">
- <h2>Community Links</h2>
- <p class="communitylink"><a href="http://blog.gridcentriclabs.com/2011/01/how-fast-can-you-add-more-worker-nodes.html
- ">How fast can you add more worker nodes?</a></p>
- <p class="communitylink"><a href="http://bitkickers.blogspot.com/2011/01/getting-arbitrary-log-files-into.html
- ">Getting arbitrary log files into Rsyslog</a></p>
- <p class="communitylink"><a href="http://www.howsthe.com/blog/2010/dec/13/making-celery-pymongo-play-nicely/
- ">Making Celery and PyMongo play nicely together</a></p>
- <p class="communitylink"><a href="http://trespams.com/2010/11/28/celery-mini-tutorial/
- ">Celery: Mini Tutorial (Catalan)</a></p>
- <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/11/building-django-app-server-chef-part-4/
- ">Building a Django App Server with Chef</a></p>
- <p class="communitylink"><a href="http://trespams.com/2010/11/13/introduccio-celery/
- ">Introducció a Celery (Catalan)</a></p>
- <p class="communitylink"><a href="http://tensixtyone.com/django-and-celery-death-to-cron
- ">Django and Celery - Death to Cron</a></p>
- <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/2/celery-tips/
- ">Celery Tips</a></p>
- <p class="communitylink"><a href="http://jacobian.org/writing/favorite-apps/
- ">What's your favorite Django app?</a></p>
- <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/1/virtualenv-tips/
- ">Virtualenv Tips</a></p>
- <p class="communitylink"><a href="http://iamseb.com/seb/2010/10/10-django-tools/
- ">10 Tools That Make Django Better</a></p>
- <p class="communitylink"><a href="http://www.loose-bits.com/2010_10_10_archive.html
- ">Distributed Task Locking in Celery</a></p>
- <p class="communitylink"><a href="http://www.bitbybit.ru/article/216
- ">Celery — распределенные очереди задач на Python (Russian)</a></p>
- <p class="communitylink"><a href="http://vorushin.ru/blog/34-celery-described/
- ">Подробнее о Celery (Russian)</a></p>
- <p class="communitylink"><a href="http://blog.timc3.com/2010/10/17/celery-rabbitmq-and-sending-messages-directly/
- ">Celery, RabbitMQ and sending messages directly.</a></p>
- <p class="communitylink"><a href="http://blog.avelino.us/2010/10/cron-dentro-do-django-com-celery.html
- ">Cron dentro do Django com Celery (Portugese)</a></p>
- <p class="communitylink"><a href="http://d.hatena.ne.jp/yuku_t/
- ">RabbitMQとCeleryを使ってDjangoでジョブキューしてみる (Japanese)</a></p>
- <p class="communitylink"><a href="http://www.scribd.com/doc/37562923/Kaninchen-Schlangen-RabbitMQ-Python
- ">Kaninchen & Schlangen: RabbitMQ & Python (German)</a></p>
- <p class="communitylink"><a href="http://www.scribd.com/doc/39203296/Celery-Eine-asynchrone-Task-Queue-nicht-nur-fur-Django
- ">Celery - Eine asynchrone Task Queue (nicht nur) für Django (German)</a></p>
- <p class="communitylink"><a href="http://blog.historio.us/asynchronous-processing-using-celery
- ">Asynchronous Processing Using Celery (historio.us)</a></p>
- <p class="communitylink"><a href="http://www.slideshare.net/shawnrider/massaging-the-pony-message-queues-and-you
- ">"Massaging the Pony: Message Queues and You" (Djangocon 2010)</a></p>
- <p class="communitylink"><a href="http://www.slideshare.net/ericholscher/large-problems
- ">"Large problems, Mostly Solved" (Djangocon 2010)</a></p>
- <p class="communitylink"><a href="http://shawnmilo.blogspot.com/2010/07/simple-celery-with-django-how-to.html
- ">A Simple Celery with Django How-To</a></p>
- <p class="communitylink"><a href="http://www.davidfischer.name/2010/09/django-and-asynchronous-jobs/
- ">Django and asynchronous jobs</a></p>
- <p class="communitylink"><a href="http://www.proft.com.ua/2010/09/4/celery-dobavlyaem-parallelizm-v-django/
- ">Celery: добавляем параллелизм в Django (Russian)</a></p>
- <p class="communitylink"><a href="http://in.pycon.org/2010/static/files/talks/50/mahendra-celery-pycon-2010.pdf
- ">Celery presentation at PyCon India 2010 (PDF slides)</a></p>
- <p class="communitylink"><a href="http://tumblr.whatupderek.com/post/1072002968/celery-django-and-virtualenv-playing-nice
- ">celery, django and virtualenv playing nice.</a></p>
- <p class="communitylink"><a href="http://justinvoss.wordpress.com/2010/06/22/django-task-queueing-with-celery/
- ">Django Task Queueing with Celery</a></p>
- <p class="communitylink"><a href="http://www.slideshare.net/matclayton/django-celery
- ">django-celery presentation at DJUGL 2010.</a></p>
- <p class="communitylink">
- <a href="http://bitkickers.blogspot.com/2010/07/djangocelery-quickstart-or-how-i.html
- ">Django/Celery Quickstart (or, how I learned to stop using cron and love
- celery)</a></p>
- <p class="communitylink">
- <a href="http://blog.notdot.net/2010/06/Using-Python-magic-to-improve-the-deferred-API
- ">Using Python magic to improve the deferred API</a></p>
- <p class="communitylink">
- <a href="http://jasonmbaker.com/how-celery-carrot-and-your-messaging-stack-wo
- ">How Celery, Carrot, and your messaging stack work</a></p>
- <p class="communitylink">
- <a href="http://ericholscher.com/blog/2010/jun/23/large-problems-django-mostly-solved-delayed-execut/
- ">Large Problems in Django, Mostly Solved: Delayed Execution</a></p>
- <p class="communitylink">
- <div style="width:425px;text-align:left" id="__ss_2089054">
- <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
- margin:12px 0 3px 0;text-decoration:underline;"
- href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
- title="An Introduction to Celery">An Introduction to Celery</a>
- <object style="margin:0px" width="425" height="355"> <param name="movie"
- value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
- <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
- value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355">
- </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
- <a style="text-decoration:underline;"
- href="http://www.slideshare.net/">documents</a>
- from <a style="text-decoration:underline;"
- href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
- </p>
- <p class="communitylink">
- <a href="http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/
- ">RabbitMQ, Celery and Django</a>
- <p>
- Great Celery tutorial by Robert Pogorzelski at his blog "Happy Stream of
- Thoughts"</p>
- <p class="communitylink">
- <a href="http://mathematism.com/2010/feb/16/message-queues-django-and-celery-quick-start/
- ">Message Queues, Django and Celery Quick Start</a>
- </p>
- <p class="communitylink">
- <a href="http://www.turnkeylinux.org/blog/django-celery-rabbitmq
- ">Background task processing and deferred execution in Django</a>.
- </p>
- <p class="communitylink">
- <a href="http://timbull.com/build-a-processing-queue-with-multi-threading
- ">Build a processing queue [...] in less than a day using RabbitMQ and
- Celery</a>
- <p class="communitylink">
- <a href="http://www.playingwithwire.com/2009/10/how-to-get-celeryd-to-work-on-freebsd/
- ">How to get celeryd to work on FreeBSD</a>
- <p>
- Installing multiprocessing on FreeBSD isn't that easy, but thanks to Viktor Petersson
- we now have a step-to-step guide.
- </p>
- <p class="communitylink">
- <a href="http://ojs.pythonpapers.org/index.php/tppm/article/viewFile/105/122
- ">Web-based 3D animation software (PDF)</a></p>
- <p>
- Indy Chang Liu at ThinkingCactus uses Celery to render animations
- asynchronously.
- </p>
- <p class="communitylink">
- <a href="http://stepsandnumbers.com/archive/2010/01/04/queued-storage-backend-for-django/
- ">Queued Storage Backend for Django</a>
- </p>
- <p class="communitylink">
- <a href="http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009
- ">RabbitMQ with Python and Ruby</a>
- </p>
- </div>
- <div class="column side">
- <h2>Resources</h2>
- <ul>
- <li><a
- href="http://wiki.github.com/ask/celery/using">Who's
- using Celery</a></li>
- <li><a href="http://wiki.github.com/ask/celery/">Celery
- Wiki</a></li>
- <li><a
- href="http://stackoverflow.com/search?q=celery&tab=newest">Celery
- questions on Stack Overflow</a></li>
- <li><a
- href="http://blog.gmane.org/gmane.comp.python.amqp.celery.user">celery-users
- mailing list archive</a></li>
- <li><a href="http://botland.oebfare.com/logger/celery/">IRC Logs
- for the <code>#celery</code> channel</a></li>
- </ul>
- </div>
- <div style="clear:both"></div>
- </div>
- <div id="credits">
- <ul>
- <li>
- <strong>Copyright (c) 2009, 2011</strong>
- <span><a href="http://twitter.com/asksol">Ask Solem</a> and
- <a href="http://github.com/ask/celery/blob/master/AUTHORS">contributors</a>.</span>
- </li>
- <li>
- <strong>Web Design</strong>
- <span><a href="http://www.helmersworks.com/">Jan Henrik Helmers</a></span>
- </li>
- </ul>
- </div>
- </div>
- </body>
- </html>
- <!-- This document saved from http://celeryproject.org/ -->
|