Преглед на файлове

Ad copy of millions of tasks per day not so impressive anymore :)

Ask Solem преди 14 години
родител
ревизия
3219c2db08
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      README.rst
  2. 1 1
      docs/includes/introduction.txt

+ 2 - 2
README.rst

@@ -30,7 +30,7 @@ more worker nodes using multiprocessing, `Eventlet`_ or `gevent`_.  Tasks can
 execute asynchronously (in the background) or synchronously
 execute asynchronously (in the background) or synchronously
 (wait until ready).
 (wait until ready).
 
 
-Celery is used in production systems to process millions of tasks a day.
+Celery is used in production systems to process millions of tasks every hour.
 
 
 Celery is written in Python, but the protocol can be implemented in any
 Celery is written in Python, but the protocol can be implemented in any
 language.  It can also `operate with other languages using webhooks`_.
 language.  It can also `operate with other languages using webhooks`_.
@@ -311,7 +311,7 @@ to send and receive messages, so you should also install that from git::
     $ cd kombu
     $ cd kombu
     $ python setup.py develop
     $ python setup.py develop
 
 
-.. _`kombu`:: http://kombu.readthedocs.org/en/latest/
+.. _`kombu`: http://kombu.readthedocs.org/en/latest/
 
 
 .. _getting-help:
 .. _getting-help:
 
 

+ 1 - 1
docs/includes/introduction.txt

@@ -24,7 +24,7 @@ more worker nodes using multiprocessing, `Eventlet`_ or `gevent`_.  Tasks can
 execute asynchronously (in the background) or synchronously
 execute asynchronously (in the background) or synchronously
 (wait until ready).
 (wait until ready).
 
 
-Celery is used in production systems to process millions of tasks a day.
+Celery is used in production systems to process millions of tasks every hour.
 
 
 Celery is written in Python, but the protocol can be implemented in any
 Celery is written in Python, but the protocol can be implemented in any
 language.  It can also `operate with other languages using webhooks`_.
 language.  It can also `operate with other languages using webhooks`_.