pooler
pooler copied to clipboard
An OTP Process Pool Application
Is there any way to achieve a max connection lifetime in the pool, even for active connections? We're running this in a network with firewalls that kills connections after 1...
There are features on `master` like `pooler:pool_reconfigure/2` that are not in any release. Will there be a new version soon?
Hi, I just began a simple cowboy rest service using the pooler configuration defined in the readme (basically setting up the basic config for the pool and adding it to...
Can use https://github.com/deadtrickster/prometheus.erl as a reference API
It was introduced in https://github.com/epgsql/pooler/commit/396a800af4dae0373d68cb28092ddbf832ec8947 but seems to be lost somewhere later. Guess we need to remove it completely?
This is not a bug per se, just something I wanted to bring to your attention -- on the off chance it's unintentional or has potential to cause anybody any...
- Pooler will halt OTP startup if one of a group members is unavailable but configuration specifies non zero init workers. (Running into problems on production with riak ts nodes...
If the pools in a "group" has room to grow but has no available members it will return and that there are no members available. This fix will allow the...
Hi, I using pooler to manage my db clusters(include MySQL cluster and Mongo cluster ...) via group feature. I noticed that, `take_group_member/1` API's doc: ``` %% @doc Take a member...
A feature that would be useful to us is to put a limit on the combined size of all the pools in a group. Our use case is kubernetes pods...