-
Notifications
You must be signed in to change notification settings - Fork 7
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
markPendingRemoval fails with 500 Internal Server Error #1985
Comments
This fix is definitely weird and worth discussing in code review!
which is, or should be, what is sent #1985
This fix is definitely weird and worth discussing in code review!
which is, or should be, what is sent #1985
Failing with 504 Gateway timeout now
|
Since marking cases for deletion and deleting them is not possible synchronously for millions of records, here's a new workflow for non-UUID sources:
This way, everything with pendingDeletion unset is the current data, pendingDeletion false is incoming data, and pendingDeletion true is data marked to be deleted. |
Asynchronous deletion is being tracked in #2002, closing this as we are not using this approach anymore. |
Obtained on Peru ingestion running on dev:
The text was updated successfully, but these errors were encountered: