소스 검색

Safety pool maintainance frequency changed from 30s to 5s

Ask Solem 12 년 전
부모
커밋
ef3d04b9d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/concurrency/processes/__init__.py

+ 1 - 1
celery/concurrency/processes/__init__.py

@@ -142,4 +142,4 @@ class TaskPool(BasePool):
 
     @property
     def timers(self):
-        return {self.maintain_pool: 30.0}
+        return {self.maintain_pool: 5.0}