Selaa lähdekoodia

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

Ask Solem 13 vuotta sitten
vanhempi
commit
3219c2db08
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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`_.