Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AMQP and network disconnects causing limbo state #837

Merged
merged 2 commits into from Jul 11, 2019

Commits on Jul 11, 2019

  1. Fix AMQP and network disconnects causing limbo state

    * BotState process no longer links subscribing processes
    * auto_sync_channel now clears cache of synced messages
    * network monitor now forces AMQP to disconnect
    Connor Rigby committed Jul 11, 2019
    Copy the full SHA
    83710d3 View commit details
    Browse the repository at this point in the history
  2. Add tracker for duplicated logs while offline

    * Adds new fields to the local log database
       * `duplicates`
       * `hash`
    
    Checks if this log has already been logged by it's `hash`. If it exists
    already, increment `duplicates` instead of logging again.
    Connor Rigby committed Jul 11, 2019
    Copy the full SHA
    ffec99b View commit details
    Browse the repository at this point in the history