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