GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-python
There is no way to pass options to the `create_server` function
Open
enhancement
- Dominant language
- Python
- Stars
- 968
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
I would like to pass options such as workers and threads to the `create_server` function which then gets passed to the http server. However, currently the `create_server` function doesn't pass in any options
`create_server(app, debug).run(host, port)`
Contributor guide
Assessment
This issue has not been assessed yet.