You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting Server-Sent Events, /v1/enrich-members doesn't seem to enrich members in parallel. If a JID can't be enriched for some reason and it takes time, the JIDs after it won't be enriched faster.
When requesting Server-Sent Events,
/v1/enrich-members
doesn't seem to enrich members in parallel. If a JID can't be enriched for some reason and it takes time, the JIDs after it won't be enriched faster.In this example (
[email protected]&[email protected]
), the JID[email protected]
is enriched instantly, then[email protected]
arrives 41 seconds (!) later:In this example (
[email protected]&[email protected]
), the JID[email protected]
takes 41 seconds (!) to be enriched but[email protected]
needs to wait to finally arrive instantly after:41 seconds is far too long, and seems to be due to multiple timeouts for requests that are not ran in parallel either, or retries.
The text was updated successfully, but these errors were encountered: