<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="385505" data-post-id="385505">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="general-CbIC" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/general-CbIC/120/29604_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  general-CbIC
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<h1><a name="p-385505-release-161-1" class="anchor" href="#p-385505-release-161-1" aria-label="Heading link" rel="nofollow"></a><strong>Release 1.6.1</strong></h1>
<p>Added new configuration fields to the <code>DebugInfo</code> struct.</p>
<p>These settings are also used in the <a href="https://poolex-example.fly.dev/" rel="noopener nofollow ugc">Poolex Playground</a>, where you can ensure that the number of workers does not drop below 3 or exceed 10.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="385505" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/poolex-a-library-for-managing-pools-of-workers/54800/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-385505" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="385505"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
    <div class="postbit" id="391126" data-post-id="391126">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="general-CbIC" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/general-CbIC/120/29604_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  general-CbIC
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<h1><a name="p-391126-release-164-1" class="anchor" href="#p-391126-release-164-1" aria-label="Heading link" rel="nofollow"></a>Release 1.6.4</h1>
<p>Poolex has been <a href="https://github.com/general-CbIC/poolex/releases/tag/v1.6.4" rel="noopener nofollow ugc">released</a> with an important fix for a subtle worker leak.</p>
<p>Previously, a race condition between a worker hand-off and either the caller’s checkout timeout or the caller process exiting could leave a worker permanently stuck in the “busy” set. This meant the worker would never be returned to the pool, effectively leaking capacity over time. The pool now tracks unconfirmed hand-offs and automatically reclaims such workers, ensuring that all workers eventually return to the pool even in these edge cases.</p>
<p>I recommend upgrading to 1.6.4 to benefit from the improved reliability and clearer semantics around worker hand-offs and checkout timeouts.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="391126" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/poolex-a-library-for-managing-pools-of-workers/54800/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-391126" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="391126"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>