-
Notifications
You must be signed in to change notification settings - Fork 835
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 pidfile config for gunicorn #2547
Conversation
Hi @anggao. Thanks for your PR. I'm waiting for a SeldonIO member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
Thank you for the contribution @anggao - very interesting! Could you add a line in the docs section here: https://docs.seldon.io/projects/seldon-core/en/latest/python/python_server.html#configuration /ok-to-test |
sure will do! |
Wed Oct 14 15:33:30 UTC 2020 impatient try |
Wed Oct 14 15:33:51 UTC 2020 impatient try |
Wed Oct 14 15:40:31 UTC 2020 impatient try |
Wed Oct 14 15:40:46 UTC 2020 impatient try |
@anggao you'll have to run rebase and |
@axsaucedo Yeah I always forgot that :) |
/retest |
Thanks! This is one we've been thinking of potentially adding to the github actions, so we coudl just run something like |
Wed Oct 14 15:48:44 UTC 2020 impatient try |
Wed Oct 14 15:48:56 UTC 2020 impatient try |
Wed Oct 14 15:49:23 UTC 2020 impatient try |
Wed Oct 14 15:49:51 UTC 2020 impatient try |
@axsaucedo that's would be great or add some git hooks to prevent commit works as well |
/test lint |
Wed Oct 14 16:03:45 UTC 2020 impatient try |
/test this |
@anggao it seems that the lint is actually failing because |
Wed Oct 14 16:16:06 UTC 2020 impatient try |
@axsaucedo let me check that |
@axsaucedo I found make task |
Wed Oct 14 16:30:50 UTC 2020 impatient try |
Wed Oct 14 16:31:01 UTC 2020 impatient try |
Oh wow, good catch, thanks @anggao ! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: axsaucedo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Right now we are configuring auto reload for gunicorn, it seems useful to add a pidfile config for gunicorn, so we can refer the master process easily
Which issue(s) this PR fixes:
Fixes #2546
Special notes for your reviewer:
Does this PR introduce a user-facing change?: