deps-rs / deps.rs

Keep your dependencies up-to-date
https://deps.rs
Apache License 2.0
426 stars 26 forks source link

Point the livenessProbe at /repo/github/deps-rs/deps.rs #172

Closed paolobarbolini closed 2 years ago

paolobarbolini commented 2 years ago

Would this be ok for you as a way of detecting when GitHub starts timing out and making it restart the server? If so I'll have to change that page because we currently seem to reply with a 200 even when there's an error.

robjtede commented 2 years ago

iirc a failing readiness probe won't restart the service, you'd need it to be on the liveness probe

paolobarbolini commented 2 years ago

I finally got back to this. Now it should work