-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement local fallback PoW execution when RabbitMQ is not activated #186
Comments
We should focus on the initialization part of In dcurl_init() API, if the Although we should make sure the |
In other cases like the Hence we just need to implement the fallback mechanism when the |
Once the issue is resolved, the documentation shall be updated accordingly. |
Should we change the design to return true if one of the assigned instance like |
The new design is if one of the assigned instance like And I might have to conquer it or figure out a better mechanism. |
There are 2 possible design:
I prefer the second design since it has the same flow as original. |
If the remote interface is not initialized succesfully, the other hardwares would be used to calculate PoW. The checking mechanism is based on the record in the initiailzation phase. Close #186.
If the remote interface is not initialized succesfully, the other hardwares would be used to calculate PoW. The checking mechanism is based on the record in the initiailzation phase. Close #186.
If the remote interface is not initialized succesfully, the other hardwares would be used to calculate PoW. The checking mechanism is based on the record in the initiailzation phase. Close #186.
If the remote interface is not initialized succesfully, the other hardwares would be used to calculate PoW. The checking mechanism is based on the record in the initiailzation phase. Close #186.
dcurl
would execute the local fallback PoW after the remote worker does not return the PoW result for 10 seconds.However, when the
RabbitMQ
is somehow not activated, no one is in charge of calculating the PoW and it will never be done.We should Implement a local fallback PoW execution mechanism when RabbitMQ is not activated.
The text was updated successfully, but these errors were encountered: