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

Users: Track user is called multiple times when there is a transfer but the user no longer exists #400

Open
JurgenR opened this issue Jan 5, 2025 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@JurgenR
Copy link
Owner

JurgenR commented Jan 5, 2025

For pending transfers we attempt to track the user using the AddUser command, only if a successful AddUser message is returned is a flag set that indicates we no longer need to send a second message. However if there is a transfer and the user does not exist we will attempt to send an AddUser when doing an transfer management cycle.

If there's many transfer this leads to a lot of AddUser messages for this user. In order to reduce this we should put a delay, for example to retry every 10 minutes

@JurgenR JurgenR added the bug Something isn't working label Jan 5, 2025
@JurgenR JurgenR added this to the v1.6 milestone Jan 5, 2025
@JurgenR JurgenR self-assigned this Jan 5, 2025
@JurgenR JurgenR changed the title Users: Track users is called multiple times when Users: Track user is called multiple times when there is a transfer but the user no longer exists Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant