Manuel Astudillo

Results 577 comments of Manuel Astudillo

If you mean LE certificates, they are renewed automatically. Other manually installed certificates needs of course to be renewed by hand...

Could you please explain why you propose this change? thanks.

reason I am not mergin this yet is that I am not sure if this can have consequences for existing users, would be easier if the preferred ports could be...

I guess that if this was implemented: https://github.com/OptimalBits/redbird/blob/master/lib/proxy.js#L229 it would just be a matter of using the load-balancer in redbird (i.e. registering the same route pointing to two different ip...

its mostly that currently the load balancer does not handle well targets that do not respond, so this is actually I need to implement. Maybe next week...

you need to unregister: https://github.com/OptimalBits/redbird#unregister You can check how the etcd backend is implemented for inspiration...

yes this is something that I have planned and is quite high priority, expect it in the next version.

I really don't know, AFAIK there are no memory leaks in redbird, we keep it running for many months on high traffic sites without any memory issues.

If it is a memory leak it should be possible to reproduce locally, if it is the same exact code...