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
Shards are closed at various times, such as when it is split. Once we have read all of the data from a shard (i.e. up to the EndSequenceNumber) we should stop polling it. The best way is probably to make a shard in the shards table as closed and only read from open shards.