-
Notifications
You must be signed in to change notification settings - Fork 9
Additional workers won't show up #95
Comments
Here is the list of workers as seen in the web ui: And here is the docker-compose file used: |
After a down/up the workers all come back in the UI.. If I don't get it again in the upcoming days i'll close the issue as not reproducible.. |
As mentioned, still an issue. |
docker stop / start did the trick. |
Hi @borisbaldassari . Can you connect to the On that collection you can check the number workers, their heartbeat and if they are executing any task. |
Hi @MarcioMateus |
No problem @borisbaldassari . I use the client Robo 3T to connect to the DB. Just create a connection to the running the docker deployment and to the exposed by |
thanks @MarcioMateus . Here is the screenshot. Note however that I've already done a stop/start before you posted your comment.. If that happens again I'll do the screenshot before anything else. :-) |
As mentioned in the documentation and docker-compose file, I've setup multiple oss-slaves containers to parallelize computations. The docker-compose file is attached to this issue.
In the Admin / Workers page only 3 workers are displayed, one of them useless (worker1). Only two of them seem to be working (w1 and w5). Note that I don't know if the others (w2 > w4) are actually active or not, but they are not displayed.
The text was updated successfully, but these errors were encountered: