Clean up gracefully
cdunklau opened this issue · 0 comments
cdunklau commented
Write an actual cleanup method and document how/when to use it. It should:
- Make the webhook responses blow up so no more processing happens and so Facebook doesn't consider the messages as delivered.
- Close up the aiohttp ClientSession.
- Close any other resources that may need cleanup.