소스 검색

Change tasks.reload_tasks to tasks.reload_cache

'tasks.reload_tasks' should be 'tasks.reload_cache' on userguide/routing/broadcast docs.
Carlos Garcia-Dubus 9 년 전
부모
커밋
44c7452da8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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