Skip to content
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

Should be possible to configure that a resolve blocks until caching completes (and use the cache for all items) #1379

Closed
maxnbk opened this issue Sep 16, 2022 · 1 comment · Fixed by #1679

Comments

@maxnbk
Copy link
Contributor

maxnbk commented Sep 16, 2022

Subject says most of it.

Ideally this would be implemented as a rezconfig flag, and perhaps rez-env or similar would have a flag to ignore the caching step if a user merely wishes to check the resolve. --solve-only?

I imagine that this sort of workflow would be a requirement of s3-bucket-style repositories anyway, so we ought to support this in general.

Motivation
Some users may wish to enforce usage of only cached packages, and simply wait for caching to complete.

@JeanChristopheMorinPerso
Copy link
Member

JeanChristopheMorinPerso commented Sep 16, 2022

Some context around package caching can be found in REP-003. REP-003 mentions having a blocking caching mode.

In the comments of REP-003, there is also comments about allowing repository plugins to define if they require caching (like an S3 plugin).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants