Devin Alexander Torres
Devin Alexander Torres
@jinnipark It will only happen once 18.0 is released, at which point R16 will be two versions out of date.
@savonarola This will be removed in Poolboy 2.0 (coming soon). I'll keep this PR open to use your commit. :)
This actually wouldn't be hard at all. If it was coded right it would just begin scaling to new parameters. However, reducing the pool size should NOT kill off workers.
Perhaps we could register a callback module in the options.
@reiddraper I could be completely misunderstanding you, but the max_workers_ever is just the pool size + the max overflow.
@reiddraper I see what you mean now. I do support registering a callback module for this sort of thing that you can store statistics in with e.g. ets, but I...
@e-shubin Can you explain what you expect the behavior to be?
I've been thinking about this issue for the past few days and also agree with @fishcakez. You're telling the worker to die, and the pool as no idea the worker...
@fishcakez No I was thinking of something like checking the processes state or something weird like that.
@fishcakez I could really use another set of eyes on this here.