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

Solve double processed P2P messages #676

Merged
merged 3 commits into from
Jan 11, 2025
Merged

Solve double processed P2P messages #676

merged 3 commits into from
Jan 11, 2025

Conversation

nesitor
Copy link
Member

@nesitor nesitor commented Jan 9, 2025

Solve issue with P2P huge amount of messages.

Self proofreading checklist

  • Is my code clear enough and well documented
  • Are my files well typed
  • New translations have been added or updated if new strings have been introduced in the frontend
  • Database migrations file are included
  • Are there enough tests
  • Documentation has been included (for new feature)

Changes

Updated p2p protocol to use the patched version of the p2p python client library and to avoid waiting 2 seconds everytime that the consumer fails.

How to test

Check the logs to see that doesn't appear any weird error.

… client library and to avoid waiting 2 seconds everytime that the consumer fails.
@nesitor nesitor self-assigned this Jan 9, 2025
@nesitor nesitor requested review from Psycojoker, aliel and hoh January 9, 2025 17:22
Psycojoker
Psycojoker previously approved these changes Jan 10, 2025
@nesitor nesitor force-pushed the andres-fix-p2p-issue branch from 837dfbb to fe79bb2 Compare January 11, 2025 09:31
@nesitor nesitor merged commit 3674028 into main Jan 11, 2025
4 checks passed
@Psycojoker Psycojoker deleted the andres-fix-p2p-issue branch January 15, 2025 01:58
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.

2 participants