lewis card
03/22/2021, 12:31 PMdagster api grpc-health-check
returns nothing.
The error I am getting in dagit is:
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1616415994.552532757","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":5396,"referenced_errors":[{"created":"@1616415994.552531220","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":397,"grpc_status":14}]}"
Thanks for your helpdaniel
03/22/2021, 1:12 PMlewis card
03/22/2021, 1:28 PMload_from:
- grpc_server:
host: localhost
port: 4000
location_name: "pipelines"
I've taken parts from the example and applied them to my repoSTDERR
or STDOUT
then it should be picked up by docker but I can't see anythingCMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "4000", "-f", "repos.py"]
daniel
03/22/2021, 2:40 PMlewis card
03/22/2021, 2:41 PMdaniel
03/22/2021, 2:44 PMlewis card
03/22/2021, 2:59 PMdaniel
03/22/2021, 3:00 PMlewis card
03/22/2021, 3:00 PMdaniel
03/22/2021, 3:04 PMDagster Bot
03/22/2021, 3:08 PMlewis card
03/22/2021, 3:10 PMload_from:
- grpc_server:
host: <https://my-domain/dagster-grcp>
location_name: "pipelines"
?daniel
03/22/2021, 3:13 PMlewis card
03/22/2021, 3:24 PMload_from:
- grpc_server:
host: localhost
port: 4000
location_name: "pipelines"
I'm just hoping to validate that it'll work locally before I move the build into AWS.
Is there any code/docs that you can point me to about the dagster grpc_server? I just can't find anything online to inform me about what's going on behind the scenes
Thanks again for all your help on thisdaniel
03/22/2021, 3:25 PMlewis card
03/22/2021, 3:30 PMdagster.check.CheckError: Invariant failed. Description: must supply either a socket or a port
. Not sure how I'd get around that or if supplying 80/443 for http/https would workdaniel
03/22/2021, 3:38 PMlewis card
03/22/2021, 3:40 PM