Skip to content

Commit

Permalink
ci: add readiness_probe to consent
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 9, 2024
1 parent 18bd22e commit 8f51369
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,13 @@ local_resource(
deps = _buck2_dep_inputs(consent_target),
allow_parallel = True,
auto_init = run_apps,
readiness_probe = probe(
period_secs = 5,
http_get = http_get_action(
path = "/",
port = 3000,
),
),
resource_deps = [
"hydra-consent",
"apollo-router",
Expand Down

0 comments on commit 8f51369

Please sign in to comment.