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

Log sentry error if see large blocks of contacts with same modified_on #53

Open
rowanseymour opened this issue Jul 8, 2022 · 0 comments

Comments

@rowanseymour
Copy link
Member

We're currently loading up to 500,000 contacts to index which is far from ideal, but was the only way to deal with hundreds of thousands of contacts having the same modified_on. We've gotten better at only ever updating contacts in small batches, so this could be lower.

If we load up to N contacts, and we get N contacts with the same modified_on, then we won't advance properly, so that's a sentry error and something that needs to be addressed ASAP.

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

No branches or pull requests

1 participant