Explorar o código

Clear reserved_requests on connection loss. Closes #1325

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
9f5bc3a852
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      celery/worker/consumer.py

+ 1 - 0
celery/worker/consumer.py

@@ -736,6 +736,7 @@ class Consumer(object):
         # to the current channel.
         self.ready_queue.clear()
         self.timer.clear()
+        state.reserved_requests.clear()
 
         # Re-establish the broker connection and setup the task consumer.
         self.connection = self._open_connection()