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
When a RMQ message (QueueEntry) is being handled, it is relying on the message to retrieve system metadata and its related documents. This should no longer be a requirement as quality checks will be accessing a hashstore directly to retrieve the documents it needs to run checks.
Refactor handleDelivery to remove the variables and code related to system metadata, data objects and its related documents so that calling classes do not need to provide this information.
The text was updated successfully, but these errors were encountered:
When a RMQ message (
QueueEntry
) is being handled, it is relying on the message to retrieve system metadata and its related documents. This should no longer be a requirement as quality checks will be accessing ahashstore
directly to retrieve the documents it needs to run checks.Refactor
handleDelivery
to remove the variables and code related to system metadata, data objects and its related documents so that calling classes do not need to provide this information.The text was updated successfully, but these errors were encountered: