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

federating db updates #118

Merged
merged 1 commit into from
Jul 27, 2021
Merged

federating db updates #118

merged 1 commit into from
Jul 27, 2021

Conversation

tsmethurst
Copy link
Contributor

This PR makes logging and code more consistent across the various federating DB functions.

It also fixes the 'account was not set on context' errors which were popping up. Basically, these were caused by requests which were coming from inside GtS itself, and not being pushed through the API. The correct way of dealing with these 'errors' is to just ignore them, because they've already been processed elsewhere and aren't actually errors at all, so that's what this PR does.

In other words: is your code logging lots of errors? Remove the error logging line ;)

@tsmethurst tsmethurst merged commit 2c2dbe3 into main Jul 27, 2021
@tsmethurst tsmethurst deleted the federating_db branch July 27, 2021 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant