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

Docker container fails to start due to missing gunicorn parameter #20742

Closed
2 of 3 tasks
coffeemakingtoaster opened this issue Jul 18, 2022 · 1 comment
Closed
2 of 3 tasks
Labels
#bug Bug report

Comments

@coffeemakingtoaster
Copy link

A clear and concise description of what the bug is.

How to reproduce the bug

  1. Run the latest tag of the superset docker image as described on the dockerhub page. docker run -d -p 8080:8088 --name superset apache/superset

Expected results

The container should start normally.

Actual results

The container terminates due to the following error

usage: gunicorn [OPTIONS] [APP_MODULE]
gunicorn: error: argument --max-requests: expected one argument

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

In my case the issue occurs on a linux/arm64 system. I currently cannot test if this issue is exclusive to linux/arm64 systems.

@coffeemakingtoaster coffeemakingtoaster added the #bug Bug report label Jul 18, 2022
@coffeemakingtoaster
Copy link
Author

Closing this due to it already being mentioned and fixed on the PR that introduced the issue in the first place.
#20733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant