Browse Source

Removes app.amqp.publisher_pool alias to .producer_pool

Ask Solem 9 năm trước cách đây
mục cha
commit
2850663fb7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      celery/app/amqp.py

+ 0 - 1
celery/app/amqp.py

@@ -563,7 +563,6 @@ class AMQP:
                 self.app.connection_for_write()]
             self._producer_pool.limit = self.app.pool.limit
         return self._producer_pool
-    publisher_pool = producer_pool  # compat alias
 
     @cached_property
     def default_exchange(self):