Explorar o código

Change tasks.reload_tasks to tasks.reload_cache

'tasks.reload_tasks' should be 'tasks.reload_cache' on userguide/routing/broadcast docs.
Carlos Garcia-Dubus %!s(int64=9) %!d(string=hai) anos
pai
achega
44c7452da8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/userguide/routing.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -573,7 +573,7 @@ copies of tasks to all workers connected to it:
 
     CELERY_ROUTES = {'tasks.reload_cache': {'queue': 'broadcast_tasks'}}
 
-Now the ``tasks.reload_tasks`` task will be sent to every
+Now the ``tasks.reload_cache`` task will be sent to every
 worker consuming from this queue.
 
 .. admonition:: Broadcast & Results