소스 검색

Updates Changelog

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

+ 5 - 0
Changelog

@@ -73,6 +73,11 @@ new in Celery 3.1.
 - **Worker**: The ``requires`` attribute for boot steps were not being handled
   correctly (Issue #2002).
 
+- **Eventlet**: The eventlet pool now supports the ``pool_grow`` and
+  ``pool_shrink`` remote control commands.
+
+    Contributed by Mher Movsisyan.
+
 - **Eventlet**: The eventlet pool now implements statistics for
   :program:``celery inspect stats``.