paritytech / polkadot-introspector

A collection of tools focused on debugging and monitoring the relay chain and parachain progress from a 🐦-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider empty `ClaimQueue` on session boundaries

AndreiEres opened this issue · comments

Currently, we assume empty responses from dynamic API as an error, which is not true with ClaimQueue. It's empty after a session change, so the introspector tries to fetch a new queue in a loop and closes itself after a particular number of attempts. We should consider the fact that the queue might be None on session boundaries.