community.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="keywords" content="task queue, job queue, asynchronous, rabbitmq, amqp,
  6. redis, django, python, webhooks, queue, distributed">
  7. <meta name="description" content="open source distributed task queue" >
  8. <link rel="icon" type="image/png" href="favicon0.png">
  9. <meta name="viewport" content="width=500, user-scalable=no">
  10. <link rel="apple-touch-icon" href="favicon_64.png"/>
  11. <title>Celery - The Distributed Task Queue</title>
  12. <link rel="stylesheet" href="main0000.css"/>
  13. <link rel="stylesheet" href="trac0000.css"/>
  14. <script type="text/javascript">
  15. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  16. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  17. </script>
  18. <script type="text/javascript">
  19. try {
  20. var pageTracker = _gat._getTracker("UA-12986238-1");
  21. pageTracker._trackPageview();
  22. } catch(err) {}</script>
  23. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  24. </head>
  25. <body>
  26. <div id="navbar">
  27. <div class="iStretch">
  28. <div class="link"><a href="index.html">Home</a></div>
  29. <div class="link"><a href="http://github.com/ask/celery">Code</a></div>
  30. <div class="link"><a href="docs/">Documentation</a></div>
  31. <div class="link" id="current"><a href="community.html">Community</a></div>
  32. <div class="link"><a href="http://pypi.python.org/pypi/celery">Download</a></div>
  33. </div>
  34. </div>
  35. <div class="iStretch">
  36. <div id="topcontainer">
  37. <ul>
  38. <li>Background Processing
  39. <li>Distributed
  40. <li>Asynchronous/Synchronous
  41. <li>Concurrency
  42. <li>Periodic Tasks
  43. <li>Retries
  44. </ul>
  45. </div>
  46. <div id="contentcontainer">
  47. <div class="column">
  48. <h2>Community Links</h2>
  49. <p class="communitylink"><a href="http://query7.com/tutorial-celery-with-django
  50. ">Using Celery With Django Tutorial (query7.com)</a></p>
  51. <p class="communitylink"><a href="http://trespams.com/2011/04/03/celery-redis-and-django/
  52. ">Celery, Redis and Django Tutorial (trespams.com)</a></p>
  53. <p class="communitylink"><a href="http://trespams.com/2011/04/03/celery-i-redis/
  54. ">Celery i Redis (trespams.com) (Catalan)</a></p>
  55. <p class="communitylink"><a href="http://tomwardill.posterous.com/using-fabric-from-celery-in-django
  56. ">Using Fabric from Celery in Django (tomwardill.posterous.com)</a></p>
  57. <p class="communitylink"><a href="http://blip.tv/file/4878746
  58. ">PyCon-2011: Distributed Tasks with Celery (Video) (pycon.blip.tv)</a></p>
  59. <p class="communitylink"><a href="http://www.slideshare.net/zeeg/pycon-2011-scaling-disqus-7251315
  60. ">PyCon-2011: Scaling Disqus (slideshare.net)</a></p>
  61. <p class="communitylink"><a href="http://www.quora.com/How-stable-is-Celery
  62. ">How stable is Celery? (quora.com)</a></p>
  63. <p class="communitylink"><a href="https://getpantheon.com/news/behind-scenes-pantheon-api
  64. ">Behind The Scenes: Pantheon as an API (getpantheon.com)</a></p>
  65. <p class="communitylink"><a href="http://eflorenzano.com/blog/post/technology-behind-convore/
  66. ">The Technology Behind Convore (eflorenzano.com)</a></p>
  67. <p class="communitylink"><a href="http://buntin.org/2011/02/27/django-celery-for-non-blocking-django-signals/
  68. ">django-celery for non-blocking Django signals. (buntin.org)</a></p>
  69. <p class="communitylink"><a href="http://www.whiskeymedia.com/news/the-whiskey-technology-stack/4/
  70. ">The Whiskey Technology Stack (whiskeymedia.com)</a></p>
  71. <p class="communitylink"><a href="http://www.toforge.com/2011/02/a-simple-python-sandbox-for-celery-and-not/
  72. ">A simple python sandbox for Celery and not (toforge.com)</a></p>
  73. <p class="communitylink"><a href="http://www.ep.io/blog/celery-ssl-and-loadbalancers/
  74. ">Celery, SSL, and Load Balancers (ep.io)</a></p>
  75. <p class="communitylink"><a href="http://docs.dotcloud.com/tutorials/celery/
  76. ">Deploying a Celery worker on DotCloud (dotcloud.com)</a></p>
  77. <p class="communitylink"><a href="http://joshbohde.com/blog/async-workers-in-django-with-celery
  78. ">Async Workers in Django with Celery (joshbohde.com)</a></p>
  79. <p class="communitylink"><a href="http://www.colinhowe.co.uk/2011/02/08/celery-and-sentry-recording-errors/
  80. ">Celery and Sentry - Recording Errors (colinhowe.co.uk)</a></p>
  81. <p class="communitylink"><a href="http://blog.apsl.net/2011/01/14/introduccion-a-celery/
  82. ">Introducción a Celery (Spanish) (apsl.net)</a></p>
  83. <p class="communitylink"><a href="http://haltu.fi/en/b/qml_wrapper_service_explained.html
  84. ">QML wrapper service explained (haltu.fi)</a></p>
  85. <p class="communitylink"><a href="http://bmbouter.github.com/CeleryManagement/getting-started/introduction.html
  86. ">CeleryManagement - monitor and manage Celery installations (github.com)</a></p>
  87. <p class="communitylink"><a href="http://mindby.org/2011/02/celery-and-twisted/
  88. ">Celery and Twisted (mindby.org)</a></p>
  89. <p class="communitylink"><a href="http://sci-blog.com/2010/11/celery-configuration-for-redis-backend/
  90. ">Celery configuration for Redis backend (sci-blog.com)</a></p>
  91. <p class="communitylink"><a href="http://www.toforge.com/2011/01/run-celery-tasks-from-php/
  92. ">Run Celery tasks from PHP (toforge.com)</a></p>
  93. <p class="communitylink"><a href="http://seeknuance.com/2010/12/17/celery-uses-spin-loops-gah/
  94. ">Celery uses spin-loops. Gah! (seeknuance.com)</a></p>
  95. <p class="communitylink"><a href="http://richard.volpato.net/2011/01/10/architecture-of-statistically-powered-web-sites/
  96. ">Architecture of Data Powered Web Sites (richard.volpato.net)</a></p>
  97. <p class="communitylink"><a href="http://blog.gridcentriclabs.com/2011/01/how-fast-can-you-add-more-worker-nodes.html
  98. ">How fast can you add more worker nodes? (gridcentriclabs.com)</a></p>
  99. <p class="communitylink"><a href="http://bitkickers.blogspot.com/2011/01/getting-arbitrary-log-files-into.html
  100. ">Getting arbitrary log files into Rsyslog (bitkickers)</a></p>
  101. <p class="communitylink"><a href="http://www.howsthe.com/blog/2010/dec/13/making-celery-pymongo-play-nicely/
  102. ">Making Celery and PyMongo play nicely together (howsthe.com)</a></p>
  103. <p class="communitylink"><a href="http://trespams.com/2010/11/28/celery-mini-tutorial/
  104. ">Celery: Mini Tutorial (Catalan) (trespams.com)</a></p>
  105. <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/11/building-django-app-server-chef-part-4/
  106. ">Building a Django App Server with Chef (ericholscher.com)</a></p>
  107. <p class="communitylink"><a href="http://trespams.com/2010/11/13/introduccio-celery/
  108. ">Introducció a Celery (Catalan) (trespams.com)</a></p>
  109. <p class="communitylink"><a href="http://tensixtyone.com/django-and-celery-death-to-cron
  110. ">Django and Celery - Death to Cron (tensixtyone.com)</a></p>
  111. <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/2/celery-tips/
  112. ">Celery Tips (ericholscher.com)</a></p>
  113. <p class="communitylink"><a href="http://jacobian.org/writing/favorite-apps/
  114. ">What's your favorite Django app? (jacobian.org)</a></p>
  115. <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/1/virtualenv-tips/
  116. ">Virtualenv Tips (ericholscher.com)</a></p>
  117. <p class="communitylink"><a href="http://iamseb.com/seb/2010/10/10-django-tools/
  118. ">10 Tools That Make Django Better (iamseb.com)</a></p>
  119. <p class="communitylink"><a href="http://www.loose-bits.com/2010_10_10_archive.html
  120. ">Distributed Task Locking in Celery (loose-bits.com)</a></p>
  121. <p class="communitylink"><a href="http://www.bitbybit.ru/article/216
  122. ">Celery — распределенные очереди задач на Python (Russian) (bitbybit.ru)</a></p>
  123. <p class="communitylink"><a href="http://vorushin.ru/blog/34-celery-described/
  124. ">Подробнее о Celery (Russian) (vorushin.ru)</a></p>
  125. <p class="communitylink"><a href="http://blog.timc3.com/2010/10/17/celery-rabbitmq-and-sending-messages-directly/
  126. ">Celery, RabbitMQ and sending messages directly. (timc3.com)</a></p>
  127. <p class="communitylink"><a href="http://blog.avelino.us/2010/10/cron-dentro-do-django-com-celery.html
  128. ">Cron dentro do Django com Celery (Portugese) (avelino.us)</a></p>
  129. <p class="communitylink"><a href="http://d.hatena.ne.jp/yuku_t/
  130. ">RabbitMQとCeleryを使ってDjangoでジョブキューしてみる (Japanese) (hatena.ne.jp)</a></p>
  131. <p class="communitylink"><a href="http://www.scribd.com/doc/37562923/Kaninchen-Schlangen-RabbitMQ-Python
  132. ">Kaninchen & Schlangen: RabbitMQ & Python (German) (scribd.com)</a></p>
  133. <p class="communitylink"><a href="http://www.scribd.com/doc/39203296/Celery-Eine-asynchrone-Task-Queue-nicht-nur-fur-Django
  134. ">Celery - Eine asynchrone Task Queue (nicht nur) für Django (German) (scribd.com) </a></p>
  135. <p class="communitylink"><a href="http://blog.historio.us/asynchronous-processing-using-celery
  136. ">Asynchronous Processing Using Celery (historio.us)</a></p>
  137. <p class="communitylink"><a href="http://www.slideshare.net/shawnrider/massaging-the-pony-message-queues-and-you
  138. ">"Massaging the Pony: Message Queues and You" (Djangocon 2010)</a></p>
  139. <p class="communitylink"><a href="http://www.slideshare.net/ericholscher/large-problems
  140. ">"Large problems, Mostly Solved" (Djangocon 2010)</a></p>
  141. <p class="communitylink"><a href="http://shawnmilo.blogspot.com/2010/07/simple-celery-with-django-how-to.html
  142. ">A Simple Celery with Django How-To (shawnmilo.blogspot.com)</a></p>
  143. <p class="communitylink"><a href="http://www.davidfischer.name/2010/09/django-and-asynchronous-jobs/
  144. ">Django and asynchronous jobs (davidfischer.com)</a></p>
  145. <p class="communitylink"><a href="http://www.proft.com.ua/2010/09/4/celery-dobavlyaem-parallelizm-v-django/
  146. ">Celery: добавляем параллелизм в Django (Russian) (proft.com.ua)</a></p>
  147. <p class="communitylink"><a href="http://in.pycon.org/2010/static/files/talks/50/mahendra-celery-pycon-2010.pdf
  148. ">Celery presentation at PyCon India 2010 (PDF slides) (in.pycon.org)</a></p>
  149. <p class="communitylink"><a href="http://tumblr.whatupderek.com/post/1072002968/celery-django-and-virtualenv-playing-nice
  150. ">celery, django and virtualenv playing nice. (whatupderek.com)</a></p>
  151. <p class="communitylink"><a href="http://justinvoss.wordpress.com/2010/06/22/django-task-queueing-with-celery/
  152. ">Django Task Queueing with Celery (justinvoss.wordpress.com)</a></p>
  153. <p class="communitylink"><a href="http://www.slideshare.net/matclayton/django-celery
  154. ">django-celery presentation at DJUGL 2010. (slideshare.net)</a></p>
  155. <p class="communitylink">
  156. <a href="http://bitkickers.blogspot.com/2010/07/djangocelery-quickstart-or-how-i.html
  157. ">Django/Celery Quickstart (or, how I learned to stop using cron and love
  158. celery) (bitkickers.blogsport.com)</a></p>
  159. <p class="communitylink">
  160. <a href="http://blog.notdot.net/2010/06/Using-Python-magic-to-improve-the-deferred-API
  161. ">Using Python magic to improve the deferred API (notdot.net)</a></p>
  162. <p class="communitylink">
  163. <a href="http://jasonmbaker.com/how-celery-carrot-and-your-messaging-stack-wo
  164. ">How Celery, Carrot, and your messaging stack work (jasonmbaker.com)</a></p>
  165. <p class="communitylink">
  166. <a href="http://ericholscher.com/blog/2010/jun/23/large-problems-django-mostly-solved-delayed-execut/
  167. ">Large Problems in Django, Mostly Solved: Delayed Execution (ericholscher.com)</a></p>
  168. <p class="communitylink">
  169. <div style="width:425px;text-align:left" id="__ss_2089054">
  170. <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
  171. margin:12px 0 3px 0;text-decoration:underline;"
  172. href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
  173. title="An Introduction to Celery">An Introduction to Celery</a>
  174. <object style="margin:0px" width="425" height="355"> <param name="movie"
  175. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
  176. <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
  177. 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">
  178. </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
  179. <a style="text-decoration:underline;"
  180. href="http://www.slideshare.net/">documents</a>
  181. from <a style="text-decoration:underline;"
  182. href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
  183. </p>
  184. <p class="communitylink">
  185. <a href="http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/
  186. ">RabbitMQ, Celery and Django (robertpogorzelski.com)</a>
  187. <p>
  188. Great Celery tutorial by Robert Pogorzelski at his blog "Happy Stream of
  189. Thoughts"</p>
  190. <p class="communitylink">
  191. <a href="http://mathematism.com/2010/feb/16/message-queues-django-and-celery-quick-start/
  192. ">Message Queues, Django and Celery Quick Start (mathematism.com)</a>
  193. </p>
  194. <p class="communitylink">
  195. <a href="http://www.turnkeylinux.org/blog/django-celery-rabbitmq
  196. ">Background task processing and deferred execution in Django (turnkeylinux.org)</a>.
  197. </p>
  198. <p class="communitylink">
  199. <a href="http://timbull.com/build-a-processing-queue-with-multi-threading
  200. ">Build a processing queue [...] in less than a day using RabbitMQ and
  201. Celery (timbull.com)</a>
  202. <p class="communitylink">
  203. <a href="http://www.playingwithwire.com/2009/10/how-to-get-celeryd-to-work-on-freebsd/
  204. ">How to get celeryd to work on FreeBSD (playingwithwire.com)</a>
  205. <p>
  206. Installing multiprocessing on FreeBSD isn't that easy, but thanks to Viktor Petersson
  207. we now have a step-to-step guide.
  208. </p>
  209. <p class="communitylink">
  210. <a href="http://ojs.pythonpapers.org/index.php/tppm/article/viewFile/105/122
  211. ">Web-based 3D animation software (PDF) (ojs.pythonpapers.org)</a></p>
  212. <p>
  213. Indy Chang Liu at ThinkingCactus uses Celery to render animations
  214. asynchronously.
  215. </p>
  216. <p class="communitylink">
  217. <a href="http://stepsandnumbers.com/archive/2010/01/04/queued-storage-backend-for-django/
  218. ">Queued Storage Backend for Django (stepsandnumbers.com)</a>
  219. </p>
  220. <p class="communitylink">
  221. <a href="http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009
  222. ">RabbitMQ with Python and Ruby (RuPy 2009) (slideshare.net)</a>
  223. </p>
  224. </div>
  225. <div class="column side">
  226. <h2>Resources</h2>
  227. <ul>
  228. <li><a
  229. href="http://wiki.github.com/ask/celery">Who's using Celery</a></li>
  230. <li><a href="http://wiki.github.com/ask/celery/">Celery
  231. Wiki</a></li>
  232. <li><a
  233. href="http://stackoverflow.com/search?q=celery&tab=newest">Celery
  234. questions on Stack Overflow</a></li>
  235. <li><a
  236. href="http://blog.gmane.org/gmane.comp.python.amqp.celery.user">celery-users
  237. mailing list archive</a></li>
  238. <li><a href="http://botland.oebfare.com/logger/celery/">IRC Logs
  239. for the <code>#celery</code> channel</a></li>
  240. </ul>
  241. </div>
  242. <div style="clear:both"></div>
  243. </div>
  244. <div id="credits">
  245. <ul>
  246. <li>
  247. <strong>Copyright (c) 2009, 2011</strong>
  248. <span><a href="http://twitter.com/asksol">Ask Solem</a> and
  249. <a href="http://github.com/ask/celery/blob/master/AUTHORS">contributors</a>.</span>
  250. </li>
  251. <li>
  252. <strong>Web Design</strong>
  253. <span><a href="http://www.helmersworks.com/">Jan Henrik Helmers</a></span>
  254. </li>
  255. </ul>
  256. </div>
  257. </div>
  258. </body>
  259. </html>
  260. <!-- This document saved from http://celeryproject.org/ -->