demir7751
demir7751
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
So if anybody is interested: switching to hypercorn solved the networking issue but needed some change in the code base lifespan functionality. For now we've setup uvicorn to listen on :: and disabled the health check endpoint.
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
Thx @Brody will try. It's a bit strange, though. Starting uvicorn with --host [::] I can locally curl with curl 0.0.0.0:8080 as well as curl '[::]:8080' in deployment it doesn't work.
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
Hey @Brody thx for your answer. Your guess is right. This is fastapi and uvicorn.
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
I've to add that I'm deploying a docker container.
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
@stars hmm starting my server listening on :: instead of 0.0.0.0 the healthchecks are failing 😦 I guess they need ipv4?
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
ah great. will try that, too. let's see.
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
Hey @stars thx for the reply. So B can handle ipv6 requests on that endpoint. Not sure what boradcasting means in this context. not very experienced with ipv6 yet. I can try to remove the port (request 80)
18 replies
RRailway
Created by demir7751 on 3/1/2024 in #✋|help
Service to Service communication
Project ID: 8899878e-7b5e-4ce3-9b68-7dfaf37583b9
18 replies