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

Make container_monitor mechanism distributed #304

Open
Kexkey opened this issue Jun 28, 2023 · 0 comments
Open

Make container_monitor mechanism distributed #304

Kexkey opened this issue Jun 28, 2023 · 0 comments

Comments

@Kexkey
Copy link
Collaborator

Kexkey commented Jun 28, 2023

container_monitor is a docker-managed volume that is used to let other containers know about container's status. For example, the bitcoin container will write a file named bitcoin_ready on the volume to let other containers that it is ready. It is useful to sync tasks and wait for prerequisites.

Problem is when cyphernode runs in a Docker Swarm with distributed nodes, the volumes are not replicated throughout the nodes.

We need a sync mechanism that will work in a distributed deployment.

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

No branches or pull requests

1 participant