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!
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!