Skip to content

v1.4.0

Compare
Choose a tag to compare
@robsonbittencourt robsonbittencourt released this 23 Jan 00:31
· 20 commits to master since this release
671a2a5

Changes strategy to restart hubot in case of connection loss

The previous method to try to reconnect when losing the connection to Slack was not working. It has been changed to perform a periodic check to indicate if the bot is online. If not, the Node process will be terminated. A restart command was added to start the Docker container. This way, in case of loss of connection, the Node process will be closed and the container will be automatically restarted.

Update gear-code-review

The gear-code-review database file is now saved in the user folder to make it easier to map volumes with Docker.