-
Notifications
You must be signed in to change notification settings - Fork 8
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
CoVE sentry errors in kingfisher process #301
Comments
Another example of a similar issue which causes to CoVE to fail: OpenDataServices/cove#1287 I'm not sure how this one is reported in Sentry. |
Links to Sentry issues: |
We already have 2 tables in the database, record_check_error and release_check_error. However, entries are only written to these if lib-cove crashes with an special APIException error. https://github.com/open-contracting/kingfisher-process/blob/master/ocdskingfisherprocess/checks.py#L188 It seems like this is a 2 parter here:
|
If we're going to edit that code, we might want to do #242 at the same time. |
Live and seen working, analysts told of new docs page |
CoVE fails when a definition in an extension cannot be dereferenced (see https://github.com/OpenDataServices/cove/issues/1286). This means the CoVE checks don't run, so from an analyst's perspective, it looks like there are no issues with the data.
According to CRM issue #6128#note-21 Sentry reports the error.
Can this type of error be captured in kingfisher-process? Or can some documentation be authored to explain how analysts should check for this type of error?
The text was updated successfully, but these errors were encountered: