-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use the solver pool #86
Comments
I can take a look at the solver pool API to make sure it fits what docs CI needed. I remember tweaking from what OCaml-CI does in the solver step. |
The Solver as a Service (SAAS) application should be available for any ocurrent hosted application to use for running solves. This would allow for more efficient use of existing hardware resources and centralise the knowledge/code for performing solving. There is a capnp API in https://github.com/ocurrent/solver-service that applications like docs-ci would use to submit solves. We know that API needs to evolve to support more features like caching and multiple opam-repos. Extending it's use to docs-ci would give us another motivating example. |
There's some difference between the 2 API:
And adaptation of |
This will allow us to scale down the machine used to generate the documentation since all the processing is for the solver.
The text was updated successfully, but these errors were encountered: