Re: configure pooling options to avoid BusyPoolException

2017-08-24 Thread Michael Burman
Hi, You could try something like (I tried to cleanup the code from other stuff in the gist-editor, so it might not compile directly) the following for your scheduling: https://gist.github.com/burmanm/230c306f88c69c62dfe73799fc01 That should prevent pool getting full, instead using the ol

Re: configure pooling options to avoid BusyPoolException

2017-08-24 Thread Avi Levi
Thanks On Thu, Aug 24, 2017 at 6:23 PM, Michael Burman wrote: > Hi, > > You could try something like (I tried to cleanup the code from other stuff > in the gist-editor, so it might not compile directly) the following for > your scheduling: > > https://gist.github.com/burmanm/230c306f88c69c62dfe7