-
Notifications
You must be signed in to change notification settings - Fork 284
Message Queue #4111
Message Queue #4111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good as far as I could tell - would be good to have it tested by the QA before we merge it, adding to the QA project's backlog
Codecov Report
@@ Coverage Diff @@
## develop #4111 +/- ##
===========================================
+ Coverage 88.63% 88.77% +0.13%
===========================================
Files 214 215 +1
Lines 18700 18632 -68
===========================================
- Hits 16575 16540 -35
+ Misses 2125 2092 -33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
left some small comments
will check it again tomorrow and approve :)
1c8b6a0
to
4086c3f
Compare
Tested on:
After connecting to other nodes in network I've received encontered on Linux18 and Windows 10
network consists of 5 nodes, 1 requestor Linux, 4 providers. Linux, Mac OS, Windows After another restart of a requestor nodes started to provide. Errors encountered during first round of computations: from requestor:
subtask has been provided by Windows node when subtask checked from cli:
from requestor:
from requestor:
from provider:
repeated on providers several times in row
|
|
Final step of implementing message queue in golem. Plug in all functionality in TaskServer. Move unnecessary logic from TaskSession into TaskServer or it's submodules in
golem.task.server
.fixes: #2223
fixes: #2403
fixes: #4117
fixes: #2404