Skip to content
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

Refactor handleDelivery method in Worker class to remove system metadata related arguments #460

Open
doulikecookiedough opened this issue Jan 8, 2025 · 0 comments

Comments

@doulikecookiedough
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant