Skip to content

[0.10.0] Change pool size in runtime

Choose a tag to compare

@general-CbIC general-CbIC released this 26 Aug 12:21
· 187 commits to develop since this release

What's changed

Added

  • Added functions add_idle_workers!/2 and remove_idle_workers!/2 for changing the count of idle workers in runtime.

Changed

  • Refactored private start_workers function. It no longer accepts monitor_id as it already is in the state.
  • Updated telemetry dependency.