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

configuration: allow empty tags to mean no tag desired #791

Merged
merged 1 commit into from
Oct 1, 2015
Merged

configuration: allow empty tags to mean no tag desired #791

merged 1 commit into from
Oct 1, 2015

Conversation

unleashed
Copy link
Contributor

This allows you to use tag "" in the config file to avoid
inferring a tag.

This is useful for example in cluster mode with phased restarts
where you might want the master process to just specify the puma
version and nothing else.

Later in on_worker_boot you would manually modify the process
title to suit your needs if you need more specific tags.

This allows you to use `tag ""` in the config file to avoid
inferring a tag.

This is useful for example in cluster mode with phased restarts
where you might want the master process to just specify the puma
version and nothing else.

Later in `on_worker_boot` you would manually modify the process
title to suit your needs if you need more specific tags.
evanphx added a commit that referenced this pull request Oct 1, 2015
configuration: allow empty tags to mean no tag desired
@evanphx evanphx merged commit 264dc05 into puma:master Oct 1, 2015
@unleashed unleashed deleted the allow_empty_tags branch October 13, 2015 12:47
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

Successfully merging this pull request may close these issues.

None yet

2 participants