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

Metadata-fetch / Relay-fetch ordering can cause 20-minute delay #884

Open
mikedilger opened this issue Sep 28, 2024 · 1 comment
Open

Metadata-fetch / Relay-fetch ordering can cause 20-minute delay #884

mikedilger opened this issue Sep 28, 2024 · 1 comment
Milestone

Comments

@mikedilger
Copy link
Owner

mikedilger commented Sep 28, 2024

... but if I click on a particular person (making them the active person) then it fetches.

@mikedilger mikedilger added this to the 0.12 milestone Sep 28, 2024
@mikedilger
Copy link
Owner Author

I think the UI did trigger person_of_interest() on these, but it failed the first time probably as we didn't have their relays yet. So likely:

  1. Tried to fetch metadata, failed as we didn't have their relays
  2. Their relays came in
  3. We don't try to fetch metadata again for 20 minutes (default)

@mikedilger mikedilger changed the title PersonList lists are not triggering metadata fetches Metadata-fetch / Relay-fetch ordering can cause 20-minute delay Sep 28, 2024
@mikedilger mikedilger modified the milestones: 0.12, 0.13 Sep 28, 2024
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

No branches or pull requests

1 participant