فهرست منبع

Fixed typo hold -> held. Closes #212. Thanks to wil1

Ask Solem 14 سال پیش
والد
کامیت
e3c94ca915
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FAQ

+ 1 - 1
FAQ

@@ -267,7 +267,7 @@ I've discarded messages, but there are still messages left in the queue?
 as they are actually executed. After the worker has received a task, it will
 take some time until it is actually executed, especially if there are a lot
 of tasks already waiting for execution. Messages that are not acknowledged are
-hold on to by the worker until it closes the connection to the broker (AMQP
+held on to by the worker until it closes the connection to the broker (AMQP
 server). When that connection is closed (e.g because the worker was stopped)
 the tasks will be re-sent by the broker to the next available worker (or the
 same worker when it has been restarted), so to properly purge the queue of