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

Use remote_execution.RequestMetadata #256

Open
sluongng opened this issue May 13, 2023 · 1 comment
Open

Use remote_execution.RequestMetadata #256

sluongng opened this issue May 13, 2023 · 1 comment

Comments

@sluongng
Copy link
Contributor

Currently requests to remote execution platforms do not come with a RequestMetadata

. Having this would help RBE services to differentiate a Buck2 remote build from others.

Right now, there is only internal metadata attached to the request

struct Metadata {
#[prost(message, optional, tag = "15")]
platform: Option<crate::grpc::Platform>,
#[prost(string, optional, tag = "18")]
use_case_id: Option<String>,
}
.

@ndmitchell
Copy link
Contributor

See #310 where this is being discussed.

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

No branches or pull requests

2 participants