This message was deleted.
# ask-for-help
s
This message was deleted.
x
Can you add a readiness probe to detect whether the model is successfully loaded?
s
yes model is loaded when api arrives, only problem is model is not pre-loaded which is some time consuming
x
Oh, I see what you mean, so wouldn't it be better to put the model loading logic in the readiness probe, so that the model will be loaded into memory when the pod is ready?
s
i am not sure, about readiness probe on bentoml v0.13.1, can i specify somewhere?? maybe an example?
b
Can u customize the readiness probe??