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

handle duplicate hermes ids without an infinate loop #289

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PrenSJ2
Copy link
Member

@PrenSJ2 PrenSJ2 commented Sep 13, 2024

Close #282

I beleive the issue was that we were calling handle_duplicate_hermes_ids on both the previous and current from the pd event

handle_duplicate_hermes_ids then updated the objects in PD which in turn send a webook back, but those webook would also have a duplicate in the preivous, therefore causing an infinate loop

solution

only look at the current pd webhook event not previous

…s and current, then retreving the webhook, which would of have the same duplicate previous ... infinate loop
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.

Re-enable handling of duplicate hermes ids
1 participant