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

When stopping a service using autonomy deploy stop, other services on the system also stops #2264

Open
OjusWiZard opened this issue Oct 4, 2024 · 0 comments · May be fixed by #2265
Open

Comments

@OjusWiZard
Copy link
Member

Subject of the issue

If there are two services running on the same machine, for example: a hello-world service and a trader service.
When we use autonomy deploy stop --build-dir trader_service/abci_build to stop just the trader, the hello-world service also stops.

Your environment

  • OS: Pop!_OS 22.04 LTS x86_64
  • Python version: 3.11.10
  • Package Version 0.14.12

Steps to reproduce

  1. Start the hello-world service following this: https://github.com/valory-xyz/hello-world?tab=readme-ov-file#prepare-the-environment
  2. Start the trader service using trader-quickstart
  3. Stop the trader service using stop_service.sh

Expected behaviour

hello-world shouldn't stop

Actual behaviour

hello-world also stops

@OjusWiZard OjusWiZard linked a pull request Oct 7, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant