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

missing command line options in new app entrypoint #4368

Closed
evgeni opened this issue Sep 7, 2023 · 0 comments · Fixed by #4369
Closed

missing command line options in new app entrypoint #4368

evgeni opened this issue Sep 7, 2023 · 0 comments · Fixed by #4369

Comments

@evgeni
Copy link
Member

evgeni commented Sep 7, 2023

Version
3.33.0

Describe the bug
in 4def68e a new app entrypoint was added to be used instead of calling gunicorn directly, however it is missing (at least) the --preload switch that gunicorn supports and Katello uses

https://github.com/benoitc/gunicorn/blob/master/gunicorn/config.py#L992

theforeman/puppet-pulpcore@b818946

To Reproduce
try to call pulpcore-content with --preload

Expected behavior
app boots

Additional context
Add any other context about the problem here. Please provide links to any previous discussions via Discourse or Bugzilla.

mdellweg added a commit to mdellweg/pulpcore that referenced this issue Sep 7, 2023
mdellweg added a commit to mdellweg/pulpcore that referenced this issue Sep 7, 2023
mdellweg added a commit to mdellweg/pulpcore that referenced this issue Sep 8, 2023
mdellweg added a commit that referenced this issue Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant