Hello everyone... I'd like to know if there's a way to execute some commands (closing database connection, finish transaction...) when the grok server is shutdown. I tried to add a __del__ method to my "Server(grok.Application, grok.Container)" but it doesn't seem to work. Thank you!