palico-ai / palico-ai

Quickly Iterate on your LLM Development with an Integrated Workspace
https://palico.ai
Apache License 2.0
304 stars 17 forks source link

Dynamically allocate ports if unavailable #175

Closed shikdernyc closed 1 month ago

shikdernyc commented 2 months ago

When we start the database service and the agent api service, these uses the system's port. However, sometimes these ports are already taken by other applications. We want to dynamically check if these ports are open. If not, we want to use a different port

shikdernyc commented 1 month ago

Resolved by #185