Skip to content

Removing data to eth dependency from docker compose#62

Merged
slundqui merged 1 commit intomainfrom
slundquist/remove_data_dep
Aug 1, 2023
Merged

Removing data to eth dependency from docker compose#62
slundqui merged 1 commit intomainfrom
slundquist/remove_data_dep

Conversation

@slundqui
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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
@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