Skip to content

[1.6.0] Minimum and maximum pool size limits

Choose a tag to compare

@general-CbIC general-CbIC released this 22 Mar 19:21
· 28 commits to develop since this release

What's Changed

Added

  • Added min_pool_size and max_pool_size configuration options to control the allowed range of base workers. add_idle_workers!/2 and remove_idle_workers!/2 respect these limits: extra workers that would exceed max_pool_size or drop below min_pool_size are skipped and an error is logged. See the documentation for details.

Commits

Full Changelog: v1.5.0...v1.6.0