expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
356 stars 104 forks source link

[snackpub] integrate http liveness/readiness probe #450

Closed Kudo closed 1 year ago

Kudo commented 1 year ago

Why

originally we have the http readiness endpoint from #405, but cloudrun does not well support the readinessProbe. after k8s migration, we can now integrate the http readiness check.

How

integrate http based liveness/readiness probes rather than tcp checks

Test Plan

review and let's see if that works after staging deployment