Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-machine not working in production #644

Open
jay-m-dev opened this issue Mar 8, 2024 · 0 comments
Open

Multi-machine not working in production #644

jay-m-dev opened this issue Mar 8, 2024 · 0 comments
Labels

Comments

@jay-m-dev
Copy link
Contributor

Description
Multi-machine works with the configuration in docker-compose-multi-machine.yml (development) but not with the configuration in release/docker-compose-hub-image.yml (production).
In production the machines are started but they are not connected to the lab.
Possible causes of this issue:

  1. The configured port in hub-image.yml (MACHINE_PORT=5081) needs to match the exposed docker ports.
  2. The hub-image.yml file is missing the MACHINE_HOST var (as in the multi-machine.yml file)
  3. A combination of 1 and 2

These possibilities need to be troubleshooted. hub-image.yml needs to be updated with the correct parameters.

Steps to reproduce

  1. Download the latest Aliro-*.zip (v0.21.1) from the GitHub releases page.
  2. Uncomment the lines for "additional machine containers"
  3. Run docker compose up
  4. The multiple machines are started, but Aliro only submits experiments to the first machine.
@jay-m-dev jay-m-dev added the bug label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant