You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
We're setting up Inngest self-hosting in a K8s container, and I'm wondering what would be the best way for the kubelet to check liveness and readiness of the Inngest CLI. As far as I can see in the docs, there's no dedicated health check endpoint (right?).
A couple of options I'm considering are running an HTTP GET on the dashboard UI (/), or making a simple request to the REST API (maybe list events received_after a second ago). Any other suggestions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We're setting up Inngest self-hosting in a K8s container, and I'm wondering what would be the best way for the kubelet to check liveness and readiness of the Inngest CLI. As far as I can see in the docs, there's no dedicated health check endpoint (right?).
A couple of options I'm considering are running an HTTP
GETon the dashboard UI (/), or making a simple request to the REST API (maybe list eventsreceived_aftera second ago). Any other suggestions?Beta Was this translation helpful? Give feedback.
All reactions