When starting up PQS in a containerized environment, we need to wait for the upload of specific dar
s with our application code to the canton participant, before starting the PQS container. Otherwise the schema (tables) will be missing for that particular dar
.
For this purpose, I’m wondering if it’s possible to control the gRPC health endpoint of a participant from a bootstrap script? The idea would be to only make it healthy once the dar
has been uploaded from the script - this would stall the startup of the PQS container.
Is it possible to control the health endpoints programmatically / from the canton console?