Hi everyone, I am creating a queue using the API,...
# ask-community
n
Hi everyone, I am creating a queue using the API, but once the queue is created it is in unhealthy state by default. I am able to make it healthy by running prefect agent start --work-queue "queue_name" inside the agent container but the queue_name is dynamic so i have to run the command with different queue_name everytime. Is there a way to run the above command by an api or is there any other way by which i can make the queue healthy. I have set up prefect into my local instance using docker.