-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add --run-worker to distinguish it from running without supervisor #1033
Conversation
I want just to correct my idea:
Your change will do:
Is it right? |
Thank you for summarizing. It's right. |
Great. In addition to it, we should take care about naming of command line options and these descriptions.
IMO it's more understandable to name the new option as |
@naritta ping? May I add fixes on this change? |
@tagomoris Sorry, I'll fix now. Could you wait a little? |
Sorry to be late. Could you review when you have time? |
IMO I think that variable (state) should be a something to be turned into true when
@naritta How do you think about this? |
@tagomoris Thank you for reviewing. I think so, too. |
Code looks good to me. I'll merge this after confirmed CI green. |
Merged. |
Thank you very much for reviewing. |
This fixes #1027
・We have to distinguish running only worker without supervisor from running worker under supervisor, because when using only worker, we have to create socket manager in worker.
・If we fix not to use socket manager when --no-supervisor, we have to fix plugin side, then the point to fix will increase. So I fixed supervisor side.