andydunstall / piko

An open-source alternative to Ngrok, designed to serve production traffic and be simple to host (particularly on Kubernetes)
MIT License
1.9k stars 55 forks source link

server: upstream connection rebalancing #146

Closed lhpqaq closed 3 months ago

lhpqaq commented 3 months ago

29

I have implemented a periodic rebalancing that executes on a schedule. If this does not meet the requirements, please guide me on the next steps to take. Additionally, it might lack integration with other modules (such as gossip). Thanks. https://github.com/andydunstall/piko/issues/29#issuecomment-2252815506

andydunstall commented 3 months ago

Hey @lhpqaq, thanks for this contribution! I'll try to review it early next week

andydunstall commented 3 months ago

Hey @lhpqaq, nice work with the PR, though if you don't mind I'll leave this for now so will close. My priority for Piko at the moment is to extend the test coverage of the existing Piko functionality and improve documentation, so I'm not sure this is needed yet

Theres a lot of good stuff here in the PR, just to provide some feedback incase its helpful: