failed to send job request {"error": "no servers a...
# ask-ai
a
failed to send job request {"error": "no servers available (received 1 responses)", "namespace": "", "jobType": "JT_ROOM", "agentName": ""}
t
Thanks for reaching out, Arti. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Could you share a bit more about your setup? Just trying to get a clearer picture: • Have you noticed if the server is under heavy load or checked its capacity lately? • Did you get a chance to look at the network connection between your client and server? • Is the agent configured correctly and properly registered? • Are there any load balancing settings involved? • Have you peeked at the server logs to see if there are any extra error details? Sources: Deploying to production | LiveKit Docs | Worker lifecycle | LiveKit Docs | Deployment and scaling | LiveKit Docs
a
The livekit worker and sip is hosted locally on an AWS server. We have the agent deployed and autoscaled on render.com.
t
Hey there! To help you tackle the "No servers available" error with your setup (LiveKit worker and SIP on AWS, agents autoscaled on Render.com), here are a few things to double-check: Sources: Deployment and scaling | LiveKit Docs
a
this is config.yaml on the same server port: 7880 log_level: info rtc: tcp_port: 7881 port_range_start: 50000 port_range_end: 60000 use_external_ip: true keys: # Create a secure API key and secret (change these!) REDACTED: REDACTED turn: enabled: true domain: turn-003.hostcommservers.co.uk tls_port: 3478 cert_file: /opt/livekit/certs/hostcommcerts/*.hostcommservers.co.uk.pem key_file: /opt/livekit/certs/hostcommcerts/*.hostcommservers.co.uk.key # Redis configuration redis: address: localhost:6379