zhaoyongjie commented on issue #11870:
URL:
https://github.com/apache/incubator-superset/issues/11870#issuecomment-736561985
Hi @zcfrank1st , If you using Gunicorn as a webserver, I offer a trick to
avoid this problem.
Gunicore provides some options for the restart web workers. you can add
these option in your startup script
```
--max-requests INT The maximum number of requests a worker will process
before restarting. [0]
--max-requests-jitter INT The maximum jitter to add to the *max_requests*
setting. [0]
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]