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

Removing data to eth dependency from docker compose #62

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

slundqui
Copy link
Contributor

@slundqui slundqui commented Aug 1, 2023

The data container, which is responsible for querying the chain and writing data to postgres, previously depended on the ethereum container. A side effect of this was that restarting the data container also restarts the ethereum container. This dependency isn't strictly necessary, because the data container is able to handle starting/stopping independent to the ethereum container. By removing the dependency, it allows for live updates to the data container without rebooting the ethereum container.

@ryangoree
Copy link
Member

Why?

@slundqui slundqui changed the title Removing data to eth dependency fron docker compose Removing data to eth dependency from docker compose Aug 1, 2023
@slundqui
Copy link
Contributor Author

slundqui commented Aug 1, 2023

Why?

PR description is now updated that goes into detail for this.

@slundqui slundqui merged commit 7874726 into main Aug 1, 2023
1 check passed
@slundqui slundqui deleted the slundquist/remove_data_dep branch August 1, 2023 18:53
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 this pull request may close these issues.

2 participants