Victor

Results 13 comments of Victor

I think this task is completed: https://github.com/FlexMeasures/flexmeasures/blob/main/flexmeasures/api/v3_0/health.py

In our case, I think we can let both to be the same endpoint (just a 200 response). At first, I was thinking if readiness would also test for DB...

True, I was thinking more on liveness. However, it applies in both. Let's say the DB falls, the web POD could still be ready (if it could connect) so when...