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

chore: move mount store before relay and rln relay #3257

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

Ivansete-status
Copy link
Collaborator

@Ivansete-status Ivansete-status commented Jan 27, 2025

Description

This is needed to make a quick creation of the messages table, before the event-rln sync kicks off. With that, we avoid having errors from postgres-exporter (nwaku-compose) complaining about non-existing messages table.

Issue

closes #3239

Copy link

github-actions bot commented Jan 27, 2025

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:3257

Built from c0cbc21

This is needed to make a quick creation of the messages
table, before the event rln sync kicks off. With that,
we avoid having errors from postgres-exporter (nwaku-compose)
complaining about non-existing messages table.
Copy link
Contributor

@gabrielmer gabrielmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooh amazing! Thanks so much!

Copy link
Contributor

@NagyZoltanPeter NagyZoltanPeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! LGTM!

@Ivansete-status Ivansete-status merged commit 998f040 into master Jan 27, 2025
11 of 12 checks passed
@Ivansete-status Ivansete-status deleted the mount-store-first branch January 27, 2025 12:12
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.

chore: improve handling of Postgres errors when system is synchronising
3 participants