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

circular alert "new worker xxx seems to have failed to start" #22

Open
bohehe opened this issue Sep 23, 2020 · 0 comments
Open

circular alert "new worker xxx seems to have failed to start" #22

bohehe opened this issue Sep 23, 2020 · 0 comments

Comments

@bohehe
Copy link

bohehe commented Sep 23, 2020

Hi, @lestrrat
[Mac OS & ubuntu env]
I was using following command to run my project:

$HOME/go/bin/start_server --pid-file ~/code/my_project/shared/pids/3000.pid -- ~/code/my_project/main 3000 &

everything looks fine until I run:

kill -HUP `cat ~/code/my_project/shared/pids/3000.pid`

And then I got circular alert as follow:

received HUP (num_old_workers=TODO)
spawning a new worker (num_old_workers=TODO)
starting new worker 31722
new worker 31722 seems to have failed to start
starting new worker 31729
new worker 31729 seems to have failed to start
starting new worker 31734
new worker 31734 seems to have failed to start

For the start_server of old version, it works fine.
Do you have any idea?

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

No branches or pull requests

1 participant