This is a slightly related to PR #171 . I wonder if you have considered making it possible to set the supervisor strategy for wpool_process_sup to simple_one_for_one. I mean, it is possible to set this value with the strategy option, but as far as I can understand it will only work for other strategies that simple_one_for_one.
The reason I would like this is mainly to obtain asynchronous shutdown of the workers in order to reduce shutdown time, so other ways of achieving this would also be interesting.
Any thoughts?
This is a slightly related to PR #171 . I wonder if you have considered making it possible to set the supervisor strategy for
wpool_process_suptosimple_one_for_one. I mean, it is possible to set this value with thestrategyoption, but as far as I can understand it will only work for other strategies thatsimple_one_for_one.The reason I would like this is mainly to obtain asynchronous shutdown of the workers in order to reduce shutdown time, so other ways of achieving this would also be interesting.
Any thoughts?