Cannot connect to internal service

Hello,

I’m using koyeb to link an internal redis web service to a celery worker but I can’t connect and get a ‘No address associated with hostname.’ error. What am I doing wrong? The worker is trying to already trying to connect to the internal address (service-name.app-name.internal)

app = Celery(
    "worker",
    broker="redis://redis.omega-dolphin.internal:6379/0",
)

Redis Config

Hi @Jeremy_Herzog,
Apologize but our doc was missing info that service mesh is supported only for paid instances.

If you’d like to use service mesh you should upgrade your free redis instance to any paid instance

Cheers

That worked! Thank you so much!