joev-indx commented on issue #23979:
URL: https://github.com/apache/superset/issues/23979#issuecomment-1652224930

   @AlexMSm I cannot speak to using cloud run, we are running in as a gke 
cluster. When initiating the server something like this should work for a 
simple case:
   ```
   gunicorn       -w 10       -k gthread       --timeout 180       -b  
0.0.0.0:8080       --limit-request-line 0       --limit-request-field_size 0    
         "superset.app:create_app()" --daemon
   ```
   its the `-k` option where you specify the `gthread` option. I hope this 
helps.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to