community.html 10 KB

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