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

Open
opened 2024-09-29 08:28:58 +13:00 by mikedilger · 1 comment
mikedilger commented 2024-09-29 08:28:58 +13:00 (Migrated from github.com)

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

... but if I click on a particular person (making them the active person) then it fetches.
mikedilger commented 2024-09-29 08:41:33 +13:00 (Migrated from github.com)

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)
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)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/gossip#884
No description provided.