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

Container dependencies #1699

Open
Informaticore opened this issue Jul 17, 2023 · 0 comments
Open

Container dependencies #1699

Informaticore opened this issue Jul 17, 2023 · 0 comments

Comments

@Informaticore
Copy link

I am running 2 container on my device where Container A is a MQTT Service and Container B is using this service via a client. (like explained in the service examples).

If I am installing the two containers they are running fine. But once I update container A, Container B still has a reference to the previous Service of Container A and somehow the update of Container A did not re-new this reference by e.g. restarting container B.
Container B will be in a state which shows the error "NO_SUCH_PROCESS" if it tries to talk to its service.

Is there a way to make Container B dependant on Container A so once this gets updated, Container B will be restarted as well?
Or maybe simply just reset the device after an update of a container?
This was using Jaguar, how is that handled in Artemis? I assume I would run intoi the same issue there, right?

Thats seems to be a problem especially for services which gets installed using a provider and other containers using this service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant