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

changes-notifications blobs are out of sync with production-definition blobs #81

Open
elrayle opened this issue Jun 19, 2024 · 0 comments · May be fixed by #82
Open

changes-notifications blobs are out of sync with production-definition blobs #81

elrayle opened this issue Jun 19, 2024 · 0 comments · May be fixed by #82

Comments

@elrayle
Copy link
Collaborator

elrayle commented Jun 19, 2024

Description

The current script that drives the publication of changes-notifications uses the database to find recent changes and gather the definition for each changed coordinate. Some DB definitions are out of sync with the production-definition blobs which are the source of truth. This has led to some of the changes-notifications definitions to also be out of sync.

Fix going forward

As the production-definition blobs are the source of truth, the script will be updated to use these blob store definitions as the source for definitions recorded in the changes-notifications blob store. It will continue to use the database as the means for identifying changed coordinates.

Backfilling

The script that will resync the DB definitions with the production-definition blobs can resync the changes-notifications blobs at the same time. See clearlydefined/service#1142 for more information on this work.

Related Work

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 a pull request may close this issue.

1 participant