Conversation
|
Can one of the admins verify this patch? |
|
This is probably a worthwhile improvement, however, we need a way to consolidate hopper's db with the kb if files have been uploaded but not linked, so this part of the ticket is still needed:
|
|
Make it so, Jenkins. |
| obj.mcp_kb_document_id = result.get("doc_id") | ||
| obj.save(update_fields=["mcp_kb_document_id"]) | ||
| except Exception: | ||
| logger.exception("Background KB %s upload failed for resource_id=%s", model_label, resource_id) |
There was a problem hiding this comment.
errors need to be communicated back to the user. we probably want to attach a status to the objects that indicate success, processing, error and maybe warning, with a message that we can then show in the admin interface.
There was a problem hiding this comment.
bigger files still time out, so there is a use case to test this with.
|
Resolve conflicts please |
No description provided.