We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to get very simple info out of redis_node_manager without having to do anything. I think the procline would be a great idea here:
Current procline:
/usr/local/rvm/rubies/ruby-1.9.3-p125/bin/ruby /usr/local/rvm/gems/ruby-1.9.3-p125/bin/redis_node_manager -c /opt/theclymb/shared/config/redis_node_manager_conf.yml -e production
Example:
redis_node_manager version=1.2.3 master=app-4.theclymb.com:6379
I'm not sold on the format, I was just thinking key=value pairs but anything is better than nothing. Sidekiq does this:
sidekiq 2.6.4 theclymb [0 of 10 busy]
Where 'theclymb' is the application tag associated with sidekiq so you can distinguish between sidekiqs for different rails apps on the same machine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to be able to get very simple info out of redis_node_manager without having to do anything. I think the procline would be a great idea here:
Current procline:
Example:
I'm not sold on the format, I was just thinking key=value pairs but anything is better than nothing. Sidekiq does this:
Where 'theclymb' is the application tag associated with sidekiq so you can distinguish between sidekiqs for different rails apps on the same machine.
The text was updated successfully, but these errors were encountered: