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

Fix incorrect thread name #1368

Merged
merged 1 commit into from Aug 3, 2017
Merged

Conversation

bongole
Copy link
Contributor

@bongole bongole commented Jul 14, 2017

Fix incorrect thread name.

Before:

$ puma -t 5:5
$ ps -eT | grep puma
148652 148652 pts/0    00:00:00 puma
148652 148681 pts/0    00:00:00 puma 004
148652 148682 pts/0    00:00:00 puma 004
148652 148683 pts/0    00:00:00 puma 004
148652 148684 pts/0    00:00:00 puma 004
148652 148685 pts/0    00:00:00 puma 005

After:

$ puma -t 5:5
$ ps -eT | grep puma
148951 148951 pts/0    00:00:00 puma
148951 148980 pts/0    00:00:00 puma 001
148951 148981 pts/0    00:00:00 puma 002
148951 148982 pts/0    00:00:00 puma 003
148951 148983 pts/0    00:00:00 puma 004
148951 148984 pts/0    00:00:00 puma 005

@stereobooster
Copy link
Contributor

Nice. Can you please rebase? Tests (at least Travis) were fixed in the master

@bongole
Copy link
Contributor Author

bongole commented Jul 21, 2017

@stereobooster Thank you for your review. I rebased to the latest master.

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

3 participants