[BUG] - conda-store-server worker detection does not work when scaling api servers #897
Labels
area: container 📦
area: user experience 👩🏻💻
Items impacting the end-user experience
needs: investigation 🔎
needs: triaging 🚦
Someone needs to have a look at this issue and triage
roadmap: operations
type: bug 🐛
Something isn't working
Describe the bug
When the conda-store server is starting up, it waits for a worker to become available. It outputs the following message when it's waiting for a worker and then one is found.
However, if there is a deployed worker first, then a server is started up, the worker never gets detected and the user is shown the warning message:
Note, that when this happens, the server is still functional and can submit tasks to workers, and the available workers can pickup tasks.
Expected behavior
Users should not receive a message
WARNING CondaStoreServer: 379: Waiting for worker... Use --standalone if running outside of docker
when workers are available.How to Reproduce the problem?
For example, if using kubernetes:
kubectl get po
)Output
No response
Versions and dependencies used.
conda-store - main branch
Anything else?
Looks like this functionality was introduced #705, to resolve #605.
The text was updated successfully, but these errors were encountered: