Browse Source

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

Ask Solem 12 years ago
parent
commit
3219c2db08
2 changed files with 3 additions and 3 deletions
  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
 (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
 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
     $ python setup.py develop
 
-.. _`kombu`:: http://kombu.readthedocs.org/en/latest/
+.. _`kombu`: http://kombu.readthedocs.org/en/latest/
 
 .. _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
 (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
 language.  It can also `operate with other languages using webhooks`_.