snekomatic
snekomatic copied to clipboard
The code behind @trio-bot
Currently we're deploying snekomatic on python 3.7.3: https://github.com/python-trio/snekomatic/blob/master/runtime.txt Apparently 3.7.4 is out, so we should switch. I only know this because I happened to do a manual deploy, and heroku...
Backups
The bot stores some data in postgres, so we need to think about backups. Right now it's running on a free Heroku "hobby-dev" account, which means that Heroku keeps some...
Fixes #6 Joint work with @wgwz
When Heroku decides to restart our app (e.g. for an upgrade, or just automatically once a day), it [sends SIGTERM and then waits 30 seconds for it to exit](https://devcenter.heroku.com/articles/dynos#graceful-shutdown-with-sigterm). Right...