workerpool

auto scaling generic worker pool

MIT License

Stars
6
workerpool - v4 Latest Release

Published by proullon over 4 years ago

feat:

  • add Responses() method
  • add WithMaxQueue option
  • set default MaxWorker to runtime.NumCPU
  • make Feed non blocking (independant from job channel)

fix:

  • avoid index out of range
workerpool - 3.0

Published by proullon over 4 years ago

Change velocity to float to improve scaling with slow job, when velocity < 1

workerpool - 2.1

Published by proullon over 4 years ago

  • Fixes data race
  • Improve tests
workerpool -

Published by proullon over 4 years ago

Removal of Config interface, show use of method instead

workerpool -

Published by proullon over 4 years ago