Skip to content

Question: Is it possible to mount the Ruby GRPC within Nginx/Phusion Passenger? #220

@KieranP

Description

@KieranP

I'm trying to spin up the Ruby GRPC component within Nginx/Phusion Passenger. The idea being, since I already do a passenger app reload when deploying my main rails app, adding the GRPC component to it will mean it too would get reloaded on deploys. This would mean I wouldn't have to maintain a systemd file. However, I'm having difficulty getting this to work, and can't find any solid documentation on this. Has anyone been able to do this themselves? Is it even possible, or am I chasing a pipe dream? It seems like doing the Ruby HTTP part can be done using some sort of custom config.ru/rack app, but the grpc seems a bit tricker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions