-
Notifications
You must be signed in to change notification settings - Fork 5
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
What if unicorn is listening on TCP port? #1
Comments
Use this:
|
Wow, over two years since the original question and this is the first time I've seen this, hahaha. I really suck at GitHub notifications! :) Thanks a lot for your contribution, @inspire22, and your question @thehappycoder. I may try to factor this into the code for use via CLI switch or something in the future. |
Based on input from @inspire22 I've created the "portnum" branch on this repository with a "new version" that can accept either a socket or a port number as the first argument (and makes the interval argument optional, defaulting to 5 seconds):
or
I need help testing. I don't currently have a good Unicorn + Linux test environment set up and realized only after this borderline rewrite that, (duh), I can't test these features on MacOS. Thus I'd have to build up a Linux VM, set up the configuration, deploy a test app, etc. etc. before I can even know if this works at all. Which I'll probably do when I have some time to focus on it; I would today but this already wound up needing way more time/attention than I expected. |
Can unicorn-status connect to it?
The text was updated successfully, but these errors were encountered: