codeant-ai-for-open-source[bot] commented on PR #38685:
URL: https://github.com/apache/superset/pull/38685#issuecomment-4072853912
## **Sequence Diagram**
This PR updates the Docker environment defaults to set both Gunicorn and
Superset webserver timeouts to 600 seconds. The core effect is that
long-running requests in Docker are less likely to be terminated early.
```mermaid
sequenceDiagram
participant Maintainer
participant DockerEnv
participant Gunicorn
participant SupersetWebserver
participant Client
Maintainer->>DockerEnv: Set timeout variables to 600
DockerEnv->>Gunicorn: Start with configured gunicorn timeout
DockerEnv->>SupersetWebserver: Start with configured webserver timeout
Client->>Gunicorn: Send long running request
Gunicorn->>SupersetWebserver: Process request with extended timeout
window
SupersetWebserver-->>Client: Return response after longer processing time
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]