fastapi-health icon indicating copy to clipboard operation
fastapi-health copied to clipboard

FastAPI-health library

Open AdityaPatel3 opened this issue 2 years ago • 0 comments

Hi there, So how do we use fastapi_health import health library for the checking the endpoints for different files. so I have 5 files in folder and all 5 of them have different endpoints. I add new file called healthcheck.py but wondering how can I use fastapi health library to check all endpoints in healthcheck.py file?

5 files has different URL and different app=APIRoutuer, and POST call and GET call.

Please suggest me any idea of implementing healthcheck for my endpoints!

AdityaPatel3 avatar Nov 22 '22 19:11 AdityaPatel3