skip to Main Content

Cant access redis from fastapi api when they are in a same cluster, same pod, using a single node cluster via docker desktop

2023-01-07 21:05:14 File "/usr/local/lib/python3.10/site-packages/uvicorn/protocols/http/h11_impl.py", line 407, in run_asgi 2023-01-07 21:05:14 result = await app( # type: ignore[func-returns-value] 2023-01-07 21:05:14 File "/usr/local/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ 2023-01-07 21:05:14 return await self.app(scope, receive, send) 2023-01-07 21:05:14 File "/usr/local/lib/python3.10/site-packages/fastapi/applications.py", line 270, in __call__…

VIEW QUESTION

Celery with docker compose

I have docker compose for my application. celery is one of the service. Command celery worker is working but Command celery multi is not working. celery: container_name: celery_application build: context: . dockerfile: deploy/Dockerfile # restart: always networks: - internal_network env_file:…

VIEW QUESTION
Back To Top
Search