소스 검색

Added note about .delay hanging in README

Ask Solem 16 년 전
부모
커밋
de6836996a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README

+ 4 - 0
README

@@ -257,6 +257,10 @@ At this point, the task has been sent to the message broker. The message
 broker will hold on to the task until a celery worker server has successfully
 broker will hold on to the task until a celery worker server has successfully
 picked it up.
 picked it up.
 
 
+*Note* If everything is just hanging when you execute ``delay``, please check
+that RabbitMQ is running, and that the user/password has access to the virtual
+host you configured earlier.
+
 Right now we have to check the celery worker logfiles to know what happened with
 Right now we have to check the celery worker logfiles to know what happened with
 the task. This is because we didn't keep the ``AsyncResult`` object returned
 the task. This is because we didn't keep the ``AsyncResult`` object returned
 by ``delay``.
 by ``delay``.