GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-python
There is no way to pass options to the `create_server` function
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 968
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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)`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.