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
we go through the list of all ROs to index - however when an error is encountered the awaited result will never through - because of how allSettled works
Spotted by @markcsims
In this line of code:
asap-hub/apps/asap-server/src/handlers/teams/index-handler.ts
Line 36 in 8d48ea1
we go through the list of all ROs to index - however when an error is encountered the awaited result will never through - because of how allSettled works
We should address the rejections
see: https://trello.com/c/n0o6ryzY/1683-reject-team-ro-indexing-when-one-of-the-ros-fails-to-index
The text was updated successfully, but these errors were encountered: