[1.6.0] Minimum and maximum pool size limits
What's Changed
Added
- Added
min_pool_sizeandmax_pool_sizeconfiguration options to control the allowed range of base workers.add_idle_workers!/2andremove_idle_workers!/2respect these limits: extra workers that would exceedmax_pool_sizeor drop belowmin_pool_sizeare skipped and an error is logged. See the documentation for details.
Commits
- Bump credo from 1.7.16 to 1.7.17 by @dependabot[bot] in #194
- Bump telemetry from 1.3.0 to 1.4.0 by @dependabot[bot] in #195
- Bump telemetry from 1.4.0 to 1.4.1 by @dependabot[bot] in #196
- Min and max pool size configuration by @general-CbIC in #197
Full Changelog: v1.5.0...v1.6.0