|
@@ -74,7 +74,7 @@ worthwhile.</p>
|
|
|
<div class="section" id="overview">
|
|
|
<h2>Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h2>
|
|
|
<p>This is a high level overview of the architecture.</p>
|
|
|
-<img alt="http://cloud.github.com/downloads/ask/celery/Celery-Overview.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview.jpg" />
|
|
|
+<img alt="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg" src="http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg" />
|
|
|
<p>The broker is an AMQP server pushing tasks to the worker servers.
|
|
|
A worker server is a networked machine running <tt class="docutils literal"><span class="pre">celeryd</span></tt>. This can be one or
|
|
|
more machines, depending on the workload. See <a class="reference internal" href="#a-look-inside-the-worker">A look inside the worker</a> to
|