Skip to content

Move staleness check to new endpoint #278

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

Merged
merged 6 commits into from
Sep 14, 2022
Merged

Move staleness check to new endpoint #278

merged 6 commits into from
Sep 14, 2022

Conversation

jayantk
Copy link
Contributor

@jayantk jayantk commented Sep 14, 2022

I made the staleness parameter an argument to the endpoint also, so we can configure it directly via the alert in datadog without redeploying the service.

I can't figure out how to build / run this code, so would love some help with that.

@cctdaniel
Copy link
Contributor

cctdaniel commented Sep 14, 2022

you'll have to:

  • install docker
  • install kubectl
  • install minikube
  • install tilt
  • cd pyth-crosschain
  • run minikube start --driver=docker --kubernetes-version=v1.22.3 --cpus=$(nproc) --memory=16G --disk-size=120g --namespace=wormhole
  • run tilt up -- --pyth (it'll take ~30mins when you run this the first time as it builds a bunch of services, subsequent runs will be faster since it'll be cached)

@ali-behjati ali-behjati merged commit bfb3b7b into main Sep 14, 2022
@ali-behjati ali-behjati deleted the readiness branch September 14, 2022 17:57
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

Successfully merging this pull request may close these issues.

3 participants