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

The SGID Index validation script is hitting GCP rate limits #2834

Closed
stdavis opened this issue Aug 20, 2024 · 3 comments
Closed

The SGID Index validation script is hitting GCP rate limits #2834

stdavis opened this issue Aug 20, 2024 · 3 comments
Assignees
Labels

Comments

@stdavis
Copy link
Member

stdavis commented Aug 20, 2024

The issue is that most of the rows are being saved even though only a few have actual edits:

updated 507 rows (from a recent log)

The check functions need to be debugged to figure out which one is returning a false positive for changed.

@steveoh added a temporary fix

@stdavis stdavis added the bug label Aug 20, 2024
@stdavis stdavis self-assigned this Aug 20, 2024
@steveoh
Copy link
Member

steveoh commented Sep 10, 2024

I think I have an idea of what is happening here. All of the contact chips @name stuff in the contact fields are being replaced with basic text. I think that is why all of these rows are updating. Or at least its a side effect that needs to be addressed since all of the chips are missing.

@stdavis
Copy link
Member Author

stdavis commented Sep 26, 2024

This issue seems like it's been resolved. I checked the past several runs and all have zero rows updated.

image

@stdavis stdavis closed this as completed Sep 26, 2024
@steveoh
Copy link
Member

steveoh commented Sep 26, 2024

The root cause was 'undefined' === ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants