Add (disabled) get-all-crates unit to dev desktops#1033
Merged
Mark-Simulacrum merged 1 commit intorust-lang:masterfrom Apr 4, 2026
Merged
Add (disabled) get-all-crates unit to dev desktops#1033Mark-Simulacrum merged 1 commit intorust-lang:masterfrom
Mark-Simulacrum merged 1 commit intorust-lang:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is disabled, but has run successfully (ish, see below) on dev-desktop-us-2.
Running the systemd unit repeatedly exited early due to memory limits -- I think if we want to enable the timer to run this unit on a periodic basis, we'll want to work to either update or replace get-all-crates to not use meaningful memory before we enable this on a continuous basis. It runs incrementally, so I don't think there's actually a hard blocker there, but it feels like there's an opportunity for improvement that should be driven to conclusion.
In the meantime us-2 has a copy in /var/cache/all-crates that is probably useful for folks and we can manually run the unit on an as-needed basis on that host (sudo systemctl start get-all-crates).
cc #t-infra > Put all crates on dev desktops