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
AppManagingAccount.getContacts: parallel loading with 10s timeout
- Load all collectors in parallel via Promise.allSettled instead of sequential
- 10s timeout per collector to prevent hanging on slow/unreachable patient accounts
- Error-tolerant: failed collectors are skipped with console.error
0 commit comments