ossf / package-feeds

Feed parsing for language package manager updates
Apache License 2.0
70 stars 24 forks source link

Add healthcheck #427

Closed yrobla closed 4 months ago

yrobla commented 5 months ago

This is needed when deploying package-feeds on kubernetes, as it's best practice to have readiness and liveness endpoints. And we cannot just call the regular endpoint, because it actually triggers a publication of packages, it's better to have a dedicated endpoint for it.