-
Notifications
You must be signed in to change notification settings - Fork 5
1009117 Refactored for readability #225
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
Conversation
The Documentation QA site for this branch has been built: |
...e-rabbit/src/main/java/com/github/workerframework/queues/rabbit/WorkerQueueConsumerImpl.java
Show resolved
Hide resolved
...e-rabbit/src/main/java/com/github/workerframework/queues/rabbit/WorkerQueueConsumerImpl.java
Show resolved
Hide resolved
@andyreidz I have reviewed again and made some minor updates to tests. I deployed update-entities and classification workers employing this build, and the updated message-distribution worker where we pass the original headers on larry and re-tested the 'mark false positive' function. The the headers are passed through to the workers and the issue of the message looping is no longer present. The flow through the workers is good, and I checked the datastore on larry and the stored files are cleaned up as expected, though I do notice that the directories created in storing the taskMessage are still present, albeit empty. |
No description provided.