community.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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://richard.volpato.net/2011/01/10/architecture-of-statistically-powered-web-sites/
  50. ">http://richard.volpato.net/2011/01/10/architecture-of-statistically-powered-web-sites/</a></p>
  51. <p class="communitylink"><a href="http://blog.gridcentriclabs.com/2011/01/how-fast-can-you-add-more-worker-nodes.html
  52. ">How fast can you add more worker nodes?</a></p>
  53. <p class="communitylink"><a href="http://bitkickers.blogspot.com/2011/01/getting-arbitrary-log-files-into.html
  54. ">Getting arbitrary log files into Rsyslog</a></p>
  55. <p class="communitylink"><a href="http://www.howsthe.com/blog/2010/dec/13/making-celery-pymongo-play-nicely/
  56. ">Making Celery and PyMongo play nicely together</a></p>
  57. <p class="communitylink"><a href="http://trespams.com/2010/11/28/celery-mini-tutorial/
  58. ">Celery: Mini Tutorial (Catalan)</a></p>
  59. <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/11/building-django-app-server-chef-part-4/
  60. ">Building a Django App Server with Chef</a></p>
  61. <p class="communitylink"><a href="http://trespams.com/2010/11/13/introduccio-celery/
  62. ">Introducció a Celery (Catalan)</a></p>
  63. <p class="communitylink"><a href="http://tensixtyone.com/django-and-celery-death-to-cron
  64. ">Django and Celery - Death to Cron</a></p>
  65. <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/2/celery-tips/
  66. ">Celery Tips</a></p>
  67. <p class="communitylink"><a href="http://jacobian.org/writing/favorite-apps/
  68. ">What's your favorite Django app?</a></p>
  69. <p class="communitylink"><a href="http://ericholscher.com/blog/2010/nov/1/virtualenv-tips/
  70. ">Virtualenv Tips</a></p>
  71. <p class="communitylink"><a href="http://iamseb.com/seb/2010/10/10-django-tools/
  72. ">10 Tools That Make Django Better</a></p>
  73. <p class="communitylink"><a href="http://www.loose-bits.com/2010_10_10_archive.html
  74. ">Distributed Task Locking in Celery</a></p>
  75. <p class="communitylink"><a href="http://www.bitbybit.ru/article/216
  76. ">Celery — распределенные очереди задач на Python (Russian)</a></p>
  77. <p class="communitylink"><a href="http://vorushin.ru/blog/34-celery-described/
  78. ">Подробнее о Celery (Russian)</a></p>
  79. <p class="communitylink"><a href="http://blog.timc3.com/2010/10/17/celery-rabbitmq-and-sending-messages-directly/
  80. ">Celery, RabbitMQ and sending messages directly.</a></p>
  81. <p class="communitylink"><a href="http://blog.avelino.us/2010/10/cron-dentro-do-django-com-celery.html
  82. ">Cron dentro do Django com Celery (Portugese)</a></p>
  83. <p class="communitylink"><a href="http://d.hatena.ne.jp/yuku_t/
  84. ">RabbitMQとCeleryを使ってDjangoでジョブキューしてみる (Japanese)</a></p>
  85. <p class="communitylink"><a href="http://www.scribd.com/doc/37562923/Kaninchen-Schlangen-RabbitMQ-Python
  86. ">Kaninchen & Schlangen: RabbitMQ & Python (German)</a></p>
  87. <p class="communitylink"><a href="http://www.scribd.com/doc/39203296/Celery-Eine-asynchrone-Task-Queue-nicht-nur-fur-Django
  88. ">Celery - Eine asynchrone Task Queue (nicht nur) für Django (German)</a></p>
  89. <p class="communitylink"><a href="http://blog.historio.us/asynchronous-processing-using-celery
  90. ">Asynchronous Processing Using Celery (historio.us)</a></p>
  91. <p class="communitylink"><a href="http://www.slideshare.net/shawnrider/massaging-the-pony-message-queues-and-you
  92. ">"Massaging the Pony: Message Queues and You" (Djangocon 2010)</a></p>
  93. <p class="communitylink"><a href="http://www.slideshare.net/ericholscher/large-problems
  94. ">"Large problems, Mostly Solved" (Djangocon 2010)</a></p>
  95. <p class="communitylink"><a href="http://shawnmilo.blogspot.com/2010/07/simple-celery-with-django-how-to.html
  96. ">A Simple Celery with Django How-To</a></p>
  97. <p class="communitylink"><a href="http://www.davidfischer.name/2010/09/django-and-asynchronous-jobs/
  98. ">Django and asynchronous jobs</a></p>
  99. <p class="communitylink"><a href="http://www.proft.com.ua/2010/09/4/celery-dobavlyaem-parallelizm-v-django/
  100. ">Celery: добавляем параллелизм в Django (Russian)</a></p>
  101. <p class="communitylink"><a href="http://in.pycon.org/2010/static/files/talks/50/mahendra-celery-pycon-2010.pdf
  102. ">Celery presentation at PyCon India 2010 (PDF slides)</a></p>
  103. <p class="communitylink"><a href="http://tumblr.whatupderek.com/post/1072002968/celery-django-and-virtualenv-playing-nice
  104. ">celery, django and virtualenv playing nice.</a></p>
  105. <p class="communitylink"><a href="http://justinvoss.wordpress.com/2010/06/22/django-task-queueing-with-celery/
  106. ">Django Task Queueing with Celery</a></p>
  107. <p class="communitylink"><a href="http://www.slideshare.net/matclayton/django-celery
  108. ">django-celery presentation at DJUGL 2010.</a></p>
  109. <p class="communitylink">
  110. <a href="http://bitkickers.blogspot.com/2010/07/djangocelery-quickstart-or-how-i.html
  111. ">Django/Celery Quickstart (or, how I learned to stop using cron and love
  112. celery)</a></p>
  113. <p class="communitylink">
  114. <a href="http://blog.notdot.net/2010/06/Using-Python-magic-to-improve-the-deferred-API
  115. ">Using Python magic to improve the deferred API</a></p>
  116. <p class="communitylink">
  117. <a href="http://jasonmbaker.com/how-celery-carrot-and-your-messaging-stack-wo
  118. ">How Celery, Carrot, and your messaging stack work</a></p>
  119. <p class="communitylink">
  120. <a href="http://ericholscher.com/blog/2010/jun/23/large-problems-django-mostly-solved-delayed-execut/
  121. ">Large Problems in Django, Mostly Solved: Delayed Execution</a></p>
  122. <p class="communitylink">
  123. <div style="width:425px;text-align:left" id="__ss_2089054">
  124. <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
  125. margin:12px 0 3px 0;text-decoration:underline;"
  126. href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
  127. title="An Introduction to Celery">An Introduction to Celery</a>
  128. <object style="margin:0px" width="425" height="355"> <param name="movie"
  129. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
  130. <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
  131. 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">
  132. </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
  133. <a style="text-decoration:underline;"
  134. href="http://www.slideshare.net/">documents</a>
  135. from <a style="text-decoration:underline;"
  136. href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
  137. </p>
  138. <p class="communitylink">
  139. <a href="http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/
  140. ">RabbitMQ, Celery and Django</a>
  141. <p>
  142. Great Celery tutorial by Robert Pogorzelski at his blog "Happy Stream of
  143. Thoughts"</p>
  144. <p class="communitylink">
  145. <a href="http://mathematism.com/2010/feb/16/message-queues-django-and-celery-quick-start/
  146. ">Message Queues, Django and Celery Quick Start</a>
  147. </p>
  148. <p class="communitylink">
  149. <a href="http://www.turnkeylinux.org/blog/django-celery-rabbitmq
  150. ">Background task processing and deferred execution in Django</a>.
  151. </p>
  152. <p class="communitylink">
  153. <a href="http://timbull.com/build-a-processing-queue-with-multi-threading
  154. ">Build a processing queue [...] in less than a day using RabbitMQ and
  155. Celery</a>
  156. <p class="communitylink">
  157. <a href="http://www.playingwithwire.com/2009/10/how-to-get-celeryd-to-work-on-freebsd/
  158. ">How to get celeryd to work on FreeBSD</a>
  159. <p>
  160. Installing multiprocessing on FreeBSD isn't that easy, but thanks to Viktor Petersson
  161. we now have a step-to-step guide.
  162. </p>
  163. <p class="communitylink">
  164. <a href="http://ojs.pythonpapers.org/index.php/tppm/article/viewFile/105/122
  165. ">Web-based 3D animation software (PDF)</a></p>
  166. <p>
  167. Indy Chang Liu at ThinkingCactus uses Celery to render animations
  168. asynchronously.
  169. </p>
  170. <p class="communitylink">
  171. <a href="http://stepsandnumbers.com/archive/2010/01/04/queued-storage-backend-for-django/
  172. ">Queued Storage Backend for Django</a>
  173. </p>
  174. <p class="communitylink">
  175. <a href="http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009
  176. ">RabbitMQ with Python and Ruby</a>
  177. </p>
  178. </div>
  179. <div class="column side">
  180. <h2>Resources</h2>
  181. <ul>
  182. <li><a
  183. href="http://wiki.github.com/ask/celery/using">Who's
  184. using Celery</a></li>
  185. <li><a href="http://wiki.github.com/ask/celery/">Celery
  186. Wiki</a></li>
  187. <li><a
  188. href="http://stackoverflow.com/search?q=celery&tab=newest">Celery
  189. questions on Stack Overflow</a></li>
  190. <li><a
  191. href="http://blog.gmane.org/gmane.comp.python.amqp.celery.user">celery-users
  192. mailing list archive</a></li>
  193. <li><a href="http://botland.oebfare.com/logger/celery/">IRC Logs
  194. for the <code>#celery</code> channel</a></li>
  195. </ul>
  196. </div>
  197. <div style="clear:both"></div>
  198. </div>
  199. <div id="credits">
  200. <ul>
  201. <li>
  202. <strong>Copyright (c) 2009, 2011</strong>
  203. <span><a href="http://twitter.com/asksol">Ask Solem</a> and
  204. <a href="http://github.com/ask/celery/blob/master/AUTHORS">contributors</a>.</span>
  205. </li>
  206. <li>
  207. <strong>Web Design</strong>
  208. <span><a href="http://www.helmersworks.com/">Jan Henrik Helmers</a></span>
  209. </li>
  210. </ul>
  211. </div>
  212. </div>
  213. </body>
  214. </html>
  215. <!-- This document saved from http://celeryproject.org/ -->