-
Notifications
You must be signed in to change notification settings - Fork 331
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
pid missing when spawning by worker group #98
Comments
Hippoom
added a commit
to skyairmj/sneakers
that referenced
this issue
Mar 6, 2015
salimane
pushed a commit
to salimane/sneakers
that referenced
this issue
Apr 24, 2015
salimane
pushed a commit
to salimane/sneakers
that referenced
this issue
Jun 17, 2015
salimane
pushed a commit
to salimane/sneakers
that referenced
this issue
Jun 17, 2015
Closing as this appears to be solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use the new spawner feature to handling different workloads.
I have two workers which are split into two groups:
I start the ruby process to spawn workers
The processes list below
So far so good, but when I cat the pids, I found the one of the pids is missing:
Then I realize that the two work group share one global config:
I try to config pid_path within each worker, but it does not work.
The text was updated successfully, but these errors were encountered: