-
Notifications
You must be signed in to change notification settings - Fork 1
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
Confusef #89
Comments
hello @jbadeau indeed it is. It doesn't currently offer distributed caching but offers the distributed build capability. So instead running all build tasks on the same agent/runner, this could be distributed across multiple agents. Look at the client-example.ts but definitely I can work towards better documentation. Let me know if you need more help we can get in touch. |
Alright,
Looks interesting. We are using
https://www.npmjs.com/package/nx-remotecache-minio for distributed caching.
We are planning to creat backstage.io plug-ins to display logs and cache
hit/miss timing. I will have a look at configuring tskmgr to generate
gitlab sub pipeline. Then can looo if it makes sense to creat a backstage
ui for task execution,
…On Thu, 31 Aug 2023 at 15:34, Mathieu Paquette ***@***.***> wrote:
hello @jbadeau <https://github.com/jbadeau> indeed it is. It doesn't
currently offer distributed caching but offers the distributed build
capability. So instead running all build tasks on the same agent/runner,
this could be distributed across multiple agents.
Look at the client-example.ts but definitely I can work towards better
documentation.
Let me know if you need more help we can get in touch.
Math
—
Reply to this email directly, view it on GitHub
<#89 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABFJO53K7FFWH2NTZFOYWDXYCHFRANCNFSM6AAAAAA4E6NNMM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
its currently being used for one large scale repo. (250+ projects) and it works pretty good. |
Is this meant to be a drop in replacement for nx-cloud? If so, do u have an example project?
The text was updated successfully, but these errors were encountered: