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

syncing debugging #176

Open
lukesmurray opened this issue May 26, 2019 · 0 comments
Open

syncing debugging #176

lukesmurray opened this issue May 26, 2019 · 0 comments
Labels
data model enhancement New feature or request

Comments

@lukesmurray
Copy link
Collaborator

During any syncing our program gets a dictionary of new messages. Our sync code essentially parses this dictionary and puts it into our database. Sometimes this code breaks but replicating the broken bits can be hard. I was thinking we could at least store the dictionary representation of the new message in a file so that we can try to fix bugs in our code after the fact. The dictionary could be stored in a file with a name matching its md5 hash so that we don't write the same file twice.

@lukesmurray lukesmurray added data model enhancement New feature or request labels May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data model enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant