community.html 11 KB

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