Update utopia-php/pools for pool exhaustion resilience fix#833
Open
Update utopia-php/pools for pool exhaustion resilience fix#833
Conversation
Bump utopia-php/pools from 0.8.x to dev-main (pending 1.x release) which includes the fix from utopia-php/pools#29: retry on connection creation failure instead of immediately throwing, and improved diagnostic error messages with active/idle counts. Also bump utopia-php/cache from 0.13.x to 1.x for pools 1.x compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
utopia-php/poolsfrom0.8.*todev-main#8bb77d46(aliased as1.0.99) to include the fix from utopia-php/pools#29 which addresses the CLOUD-3K4N Sentry issue ("Pool is empty" errors)utopia-php/cachefrom0.13.*to1.*for compatibility with pools 1.xUpstream changes (pools#29)
createConnection()fails inpop(), the pool now retries instead of immediately throwing$previouson pool exhaustion errorsTest plan
PoolTest.php)utopia-php/poolstags a stable 1.x release containing PR Feat - Harmonize UID with Key validator #29, update the constraint fromdev-main#...to1.*🤖 Generated with Claude Code