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

shutdown: wait for flakehub_cache first #109

Merged
merged 6 commits into from
Nov 6, 2024
Merged

Conversation

colemickens
Copy link
Member

No description provided.

@colemickens colemickens force-pushed the colemickens/shutdown branch 2 times, most recently from b3dffd0 to c06acdd Compare November 5, 2024 22:49
.join(", ")
);
} else {
tracing::info!("NOT Waiting for FlakeHub cache uploads to finish");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tracing::info!("NOT Waiting for FlakeHub cache uploads to finish");
tracing::info!("FlakeHub cache is not enabled, not uploading anything to it");

let paths = attic_state.push_session.wait().await?;

tracing::info!(
"Waited for FlakeHub cache upload. Uploaded: {}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Waited for FlakeHub cache upload. Uploaded: {}",
"FlakeHub Cache uploads completed. Uploaded: {}",

magic-nix-cache/src/api.rs Outdated Show resolved Hide resolved
@grahamc grahamc enabled auto-merge November 6, 2024 00:33
@grahamc grahamc merged commit cf18331 into main Nov 6, 2024
14 checks passed
@grahamc grahamc deleted the colemickens/shutdown branch November 6, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants