-
Notifications
You must be signed in to change notification settings - Fork 52
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
Rework queue and errors in prover proxy #947
Comments
We may consider adding initial configs in the |
As talked with @igamigo , I'm going to implement a single queue to be shared between all workers. |
This could work, but also, would the approach similar to the one we have now not work? Basically, keep the status of the worker in the internal data structure and update it when the worker completes the task. Or does this not work for some reason? |
That works, though in that case, when all workers are occupied, we need to keep the timer that we have in the Will go for the internal structure first though, and then we can decide if we want to pivot to |
May we consider this as done? Cc @bobbinth |
Yes - definitely! Closed by #976. |
What should be done?
We can refactor a couple methods of the HttpProxy implementation in the prover proxy, simplifying the request ID handling and queues.
How should it be done?
upstream_peer
with Notify.fail_to_connect
method.When is this task done?
The task is done when requestID isn't a header anymore and worker's queues are simplified.
Additional context
No response
The text was updated successfully, but these errors were encountered: