Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Created September 21, 2016 17:23
Show Gist options
  • Save jbaxleyiii/f6ad4ef9847da6374f9ff03a37d85bc6 to your computer and use it in GitHub Desktop.
Save jbaxleyiii/f6ad4ef9847da6374f9ff03a37d85bc6 to your computer and use it in GitHub Desktop.
giving sync

Current problems

  1. If Rock is offline a transaction won't ever get sent to Rock
  2. If Rock has an error, the transaction won't get created fully in Rock
  3. If two servers pick up the new db entry at once, you can have duplicates
  4. Rock's NMI sync seems to be problematic (not pulling down transactions, etc)
  5. Error reporting doesn't exist

This problem manifests in a lot of ways, the most common issue is missing data from a person's giving history. This is typically due to schedules missing and not syncing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment