Skip to content

Correcting misnamed argument for airflow webserver and exposing the ability to run multithreaded#610

Closed
artwr wants to merge 2 commits intomasterfrom
add_flexibility_to_webserver_with_gunicorn
Closed

Correcting misnamed argument for airflow webserver and exposing the ability to run multithreaded#610
artwr wants to merge 2 commits intomasterfrom
add_flexibility_to_webserver_with_gunicorn

Conversation

@artwr
Copy link
Contributor

@artwr artwr commented Nov 10, 2015

@mistercrunch
This might enable more flexibility in how people run the webserver.
What was named threads before was actually processes, but gunicorn now has the ability to run each of theose processes multithreaded. I kept the defaults as the same as we currently have (I changed the config to reflect to correct names but the default call is the same)

Hopefully this will enable people to be more flexible in how they deploy the webserver. Still needs some testing, but putting it there for feedback.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

120 threads? oh -t is for timeout

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Default timeout is 30s. No short option for threads.

@artwr artwr force-pushed the add_flexibility_to_webserver_with_gunicorn branch from d2e9d32 to 42c5d59 Compare November 11, 2015 16:51
@artwr artwr mentioned this pull request Nov 11, 2015
@artwr
Copy link
Contributor Author

artwr commented Nov 11, 2015

Already provided in #618.

@artwr artwr closed this Nov 11, 2015
@artwr artwr deleted the add_flexibility_to_webserver_with_gunicorn branch November 11, 2015 21:41
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

Successfully merging this pull request may close these issues.

2 participants