Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running Relay as a process supervisor #30

Open
ezekg opened this issue Dec 24, 2024 · 1 comment
Open

Add support for running Relay as a process supervisor #30

ezekg opened this issue Dec 24, 2024 · 1 comment

Comments

@ezekg
Copy link
Member

ezekg commented Dec 24, 2024

E.g. something like this in cases where only a single process/container is needed, or when another supervisor is involved:

relay serve --exec 'myapp -xy --z'

This would be an alternative to running Relay as a sidecar.

@ezekg
Copy link
Member Author

ezekg commented Dec 24, 2024

I kind of like this style better, and it seems more conventional:

relay serve -p 4444 -- myapp --foo

I guess it all depends on how well Cobra supports --.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant