How to execute a function when uwsgi is stopped

2019-08-27 20:19发布

问题:

i am using flask and uwsgi.. At some point i need to know when uwsgi is stopped or when my app (Flask) object is destroyed and when it happens, execute a function. Any ideas ?? Please

回答1:

you can use the python atexit module or the uwsgi.atexit hook