-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
The bot does not necessarily shut down gracefully. Here is an example from when reconnection after Slack team migration fails.
2016-08-28 03:43:52,136 Bot WARNING: Slack has initiated a team migration to a new server. Attempting to reconnect...
2016-08-28 03:43:52,237 requests.packages.urllib3.connectionpool INFO: Starting new HTTPS connection (1): slack.com
2016-08-28 03:43:52,326 requests.packages.urllib3.connectionpool DEBUG: "POST /api/rtm.start HTTP/1.1" 200 64
2016-08-28 03:43:52,329 requests.packages.urllib3.connectionpool INFO: Starting new HTTP connection (1): localhost
2016-08-28 03:43:52,331 Webserver WARNING: Shutdown code received. Stopping webserver...
2016-08-28 03:43:52,331 werkzeug INFO: 127.0.0.1 - - [28/Aug/2016 03:43:52] "POST /_/shutdown HTTP/1.1" 200 -
2016-08-28 03:43:52,331 requests.packages.urllib3.connectionpool DEBUG: "POST /_/shutdown HTTP/1.1" 200 0
After this, the docker container was not shut down, circumventing automatic restart.
Reactions are currently unavailable