You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/04/14 16:39:46 UTC

[airflow-site] branch Fix-Celery-Architecture-dia-for-1.10.10 created (now 71430f0)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch Fix-Celery-Architecture-dia-for-1.10.10
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


      at 71430f0  Docs for 1.10.10

This branch includes the following new commits:

     new 71430f0  Docs for 1.10.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Docs for 1.10.10

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch Fix-Celery-Architecture-dia-for-1.10.10
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 71430f062ec8b1916a79eb5e4c9c48737d5e063a
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Apr 14 17:39:22 2020 +0100

    Docs for 1.10.10
---
 docs-archive/1.10.10/.buildinfo                         |   2 +-
 ...raphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png | Bin 0 -> 25869 bytes
 ...viz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png.map |   2 ++
 docs-archive/1.10.10/executor/celery.html               |   5 +++--
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs-archive/1.10.10/.buildinfo b/docs-archive/1.10.10/.buildinfo
index 380b9ca..83de0a3 100644
--- a/docs-archive/1.10.10/.buildinfo
+++ b/docs-archive/1.10.10/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 34e0e02c401661da7123e877ecca66b7
+config: 3b588d9c3af00fe860e81de7c135c477
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs-archive/1.10.10/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png b/docs-archive/1.10.10/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png
new file mode 100644
index 0000000..8acb8fd
Binary files /dev/null and b/docs-archive/1.10.10/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png differ
diff --git a/docs-archive/1.10.10/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png.map b/docs-archive/1.10.10/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png.map
new file mode 100644
index 0000000..636b8d7
--- /dev/null
+++ b/docs-archive/1.10.10/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png.map
@@ -0,0 +1,2 @@
+<map id="A" name="A">
+</map>
diff --git a/docs-archive/1.10.10/executor/celery.html b/docs-archive/1.10.10/executor/celery.html
index 72e57e8..a59c289 100644
--- a/docs-archive/1.10.10/executor/celery.html
+++ b/docs-archive/1.10.10/executor/celery.html
@@ -684,7 +684,7 @@ to start a Flower web server.</p>
 </ul>
 <div class="section" id="architecture">
 <h2>Architecture<a class="headerlink" href="#architecture" title="Permalink to this headline">ΒΆ</a></h2>
-digraph A{
+<div class="graphviz"><img src="../_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.png" alt="digraph A{
     rankdir=&quot;TB&quot;
     node[shape=&quot;rectangle&quot;, style=&quot;rounded&quot;]
 
@@ -721,7 +721,8 @@ digraph A{
         scheduler-&gt;queue_result_backend[label=&quot;10&quot;]
         scheduler-&gt;queue_broker[label=&quot;11&quot;]
     }
-}<p>Airflow consist of several components:</p>
+}" class="graphviz" /></div>
+<p>Airflow consist of several components:</p>
 <ul class="simple">
 <li><p><strong>Workers</strong> - Execute the assigned tasks</p></li>
 <li><p><strong>Scheduler</strong> - Responsible for adding the necessary tasks to the queue</p></li>