You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prune database to remove partial upload cases. This has led to a runaway effect where cases are added but never set list=True or removed (since both require a recent successful upload to be identified), leading to further failed uploads. A quick check reveals that over 80% of cases in the DB are not currently accepted (many of these are likely to be duplicates of partial uploads).
Related to the previous point, extend timeouts on failing ingestions to allow a successful completion and trigger self-pruning.
Some sources (appears to be those without unique identifiers) fail on pruning ('document failed validation'). This appears to have been happening for some time and relates to deleting cases marked list=False from the database.
No description provided.
The text was updated successfully, but these errors were encountered: