Jelajahi Sumber

It's now latentcall

Ask Solem 8 tahun lalu
induk
melakukan
58bf16ea6b

+ 4 - 4
docs/getting-started/next-steps.rst

@@ -78,7 +78,7 @@ The :program:`celery` program can be used to start the worker (you need to run t
 
 When the worker starts you should see a banner and some messages::
 
-     -------------- celery@halcyon.local v4.0 (0today8)
+     -------------- celery@halcyon.local v4.0 (latentcall)
      ---- **** -----
      --- * ***  * -- [Configuration]
      -- * - **** --- . broker:      amqp://guest@localhost:5672//
@@ -153,7 +153,7 @@ start one or more workers in the background:
 .. code-block:: console
 
     $ celery multi start w1 -A proj -l info
-    celery multi v4.0.0 (0today8)
+    celery multi v4.0.0 (latentcall)
     > Starting nodes...
         > w1.halcyon.local: OK
 
@@ -162,13 +162,13 @@ You can restart it too:
 .. code-block:: console
 
     $ celery  multi restart w1 -A proj -l info
-    celery multi v4.0.0 (0today8)
+    celery multi v4.0.0 (latentcall)
     > Stopping nodes...
         > w1.halcyon.local: TERM -> 64024
     > Waiting for 1 node.....
         > w1.halcyon.local: OK
     > Restarting node w1.halcyon.local: OK
-    celery multi v4.0.0 (0today8)
+    celery multi v4.0.0 (latentcall)
     > Stopping nodes...
         > w1.halcyon.local: TERM -> 64052
 

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 4.0.0 (0today8)
+:Version: 4.0.0 (latentcall)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: https://github.com/celery/celery/

+ 1 - 1
docs/whatsnew-4.0.rst

@@ -1,7 +1,7 @@
 .. _whatsnew-4.0:
 
 ===========================================
- What's new in Celery 4.0 (0Today8)
+ What's new in Celery 4.0 (latentcall)
 ===========================================
 :Author: Ask Solem (``ask at celeryproject.org``)