fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Add /healthz #123

Closed soamvasani closed 6 years ago

soamvasani commented 6 years ago

To remove some races from the fission builder, fission requires readiness probes in the environments. Workflows should add a /healthz endpoint that simply returns 200 OK.

soamvasani commented 6 years ago

This is breaking workflows compatibility with fission 0.6, so let's fix it asap.