|
@@ -5,12 +5,12 @@
|
|
|
<meta name="keywords" content="task queue, job queue, asynchronous, rabbitmq, amqp,
|
|
|
redis, django, python, webhooks, queue, distributed">
|
|
|
<meta name="description" content="open source distributed task queue" >
|
|
|
-<link rel="icon" type="image/png" href="favicon0.png">
|
|
|
-<meta name="viewport" content="width=320, user-scalable=no">
|
|
|
+<link rel="icon" type="image/png" href="Celery%20-%20The%20Distributed%20Task%20Queue_files/favicon0.png">
|
|
|
+<meta name="viewport" content="width=500, user-scalable=no">
|
|
|
<link rel="apple-touch-icon" href="favicon_64.png"/>
|
|
|
<title>Celery - The Distributed Task Queue</title>
|
|
|
-<link rel="stylesheet" href="main0000.css"/>
|
|
|
-<link rel="stylesheet" href="trac0000.css"/>
|
|
|
+<link rel="stylesheet" href="Celery%20-%20The%20Distributed%20Task%20Queue_files/main0000.css"/>
|
|
|
+<link rel="stylesheet" href="Celery%20-%20The%20Distributed%20Task%20Queue_files/trac0000.css"/>
|
|
|
<script type="text/javascript">
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
@@ -25,16 +25,6 @@ pageTracker._trackPageview();
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
|
|
-<!--[if IE 8]>
|
|
|
-<style>
|
|
|
- .column{
|
|
|
- display:inline;
|
|
|
- zoom: 1;
|
|
|
- width: 500px;
|
|
|
- }
|
|
|
-</style>
|
|
|
-<![endif]-->
|
|
|
-
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -51,7 +41,7 @@ pageTracker._trackPageview();
|
|
|
<div class="iStretch">
|
|
|
|
|
|
<div id="topcontainer">
|
|
|
- <ul>
|
|
|
+ <ul>
|
|
|
<li>Background Processing
|
|
|
<li>Distributed
|
|
|
<li>Asynchronous/Synchronous
|
|
@@ -65,8 +55,8 @@ pageTracker._trackPageview();
|
|
|
|
|
|
<div class="column">
|
|
|
<h2>Distributed Task Queue</h2>
|
|
|
- <p> Celery is an open source asynchronous task queue/job queue based on distributed message
|
|
|
- passing. It is focused on real-time operation, but supports scheduling as well.</p>
|
|
|
+ <p> Celery is an asynchronous task queue/job queue based on distributed message passing.
|
|
|
+ It is focused on real-time operation, but supports scheduling as well.</p>
|
|
|
|
|
|
<p>The execution units, called tasks, are executed concurrently on a single or
|
|
|
more worker servers. Tasks can execute asynchronously (in the background) or synchronously
|
|
@@ -84,7 +74,7 @@ pageTracker._trackPageview();
|
|
|
is also available.</p>
|
|
|
|
|
|
<p>You may also be pleased to know that full
|
|
|
- <a href="http://pypi.python.org/pypi/django-celery">Django integration</a> exists,
|
|
|
+ <a href="http://pypi.python.org/pypi/django-celery">Django integration</a>exists,
|
|
|
delivered by the django-celery package.</p>
|
|
|
|
|
|
<h3>Example</h3>
|
|
@@ -144,7 +134,7 @@ pageTracker._trackPageview();
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="column">
|
|
|
+ <div class="column side">
|
|
|
|
|
|
<span class="newsitem">
|
|
|
<h2>Celery 2.0 released!</h2>
|
|
@@ -236,6 +226,7 @@ pageTracker._trackPageview();
|
|
|
</span>
|
|
|
|
|
|
</div>
|
|
|
+ <div style="clear:both"></div>
|
|
|
|
|
|
</div>
|
|
|
|