You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we randomly select a pool, which works already works quite well, but perhaps round robin or least loaded algorithms could perform better under different types of workloads.
Currently we randomly select a pool, which works already works quite well, but perhaps
round robin
orleast loaded
algorithms could perform better under different types of workloads.See: https://github.com/keathley/finch/blob/1486a224c2856ba5788d1c84d185773ec7f2d5e7/lib/finch/pool_manager.ex#L39
The text was updated successfully, but these errors were encountered: