Convert Internal API to gRPC #238
Reference in New Issue
Block a user
Delete Branch "grpc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See StrafesNET/protobufs#8 for more information.
7d64ba0186to7b91159804df370e4840to7b91159804@itzaname This has an issue where the submissions service does not start the gRPC before the validator tries to connect. I remember you told me to implement a "ready" endpoint for the game-rpc to tell kubernetes that the service is ready, so maybe I could do something similar in golang. Do you think that is needed here or is there a simpler solution? Either way, if the validator is auto-restarted it will sort itself out eventually since it just panics when it cannot connect.
Edit:
If it does crash in staging/prod one or more times before it starts working, I don't know how to tell, but it makes it impossible to test locally.
Edit2:
This is completely resolved via
1cfdb3668a7b91159804to17c4db6284958d0471afto746ac8e8a7