Hi everyone,
I am running prefect with docker with containers like agent, Orion etc. In the agent i have mentioned 2 queues. The problem is
If i make a single inferencing request everything works file.
But, if i trigger multiple inferencing request, queue goes unhealthy.
Can anyone tell me what I am doing wrong here.
in the logs i am getting this error, but i am not able to get the significance
prefect.agent - Server error '502 Bad Gateway' for url '<http://http>://192.168.243.24:4200/api/work_queues/ca949cf5-ae18-4705-8e6f-311688abdfb3/get_runs'
Can anyone please tell me how can i resolve this.