Closed teslashibe closed 3 months ago
@mudler @Luka-Loncar @5u6r054 this is as a result of https://github.com/masa-finance/masa-oracle/issues/448 and will be tested by tomorrow (Thursday 25th)
The behavior described in the step 2) might be covered already by https://github.com/masa-finance/masa-oracle/pull/452
what is left here is QA once https://github.com/masa-finance/masa-oracle/pull/452 is merged
Walked through changes applied by @jdutchak yesterday that cover these issues. The SendWork has been updated to allow for errors locally and continue to send work to remote workers. An accumulator was added that ensures that a node has the ability to receive non-error responses.
Furthermore, we have planned improvements in the SendWork to optimize which nodes to send work to and limit it to N number of nodes that are active and capable of servicing the specific request. Details are in: https://github.com/masa-finance/roadmap/issues/12
Given this information, this ticket can be marked as done.
This one is fixed and we are working already around https://github.com/masa-finance/roadmap/issues/12 to improve and optimize the current implementation
As a result of #448 we have found that a local worker always returns the response from self and will not send the work to the network if the following cases:
Open questions