Browse Source

Merge pull request #2764 from carlosdubus/patch-1

Change tasks.reload_tasks to tasks.reload_cache
Omer Katz 9 years ago
parent
commit
52235c4759
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/routing.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -585,7 +585,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