Skip to content

Commit

Permalink
Warm revision check
Browse files Browse the repository at this point in the history
Summary: Barebones warm revision checker. This does not yet expose the new APIs being discussed in D69050100. This will be called directly from the simple/super console in the current form. It will implement the new trait when the new health checker is ready.

Reviewed By: samkevich

Differential Revision: D69181004

fbshipit-source-id: c64a38e716dc29dc7205ec74ca16cc0f7e94201c
  • Loading branch information
Rajneesh Lakkundi authored and facebook-github-bot committed Feb 6, 2025
1 parent a2ae692 commit 6fcd4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/buck2_health_check/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rust_library(
srcs = glob(
["src/**/*.rs"],
),
test_deps = ["fbsource//third-party/rust:tokio"],
deps = [
"fbsource//third-party/rust:async-trait",
"//buck2/app/buck2_error:buck2_error",
Expand Down
1 change: 1 addition & 0 deletions app/buck2_health_check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ version = "0.1.0"
async-trait = { workspace = true }
buck2_error = { workspace = true }
buck2_util = { workspace = true }
tokio = { workspace = true }

0 comments on commit 6fcd4d4

Please sign in to comment.