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
{
"errors": [
{
"message": "World does not have any indexed data yet."
}
]
}
which is good. However, at some point, the message disappears, even though the data is not fully indexed yet. Some data is returned but it takes another plenty of minutes. Maybe this might be due to the data not fully being written do the db yet?
The text was updated successfully, but these errors were encountered:
We show that error when there are 0 models indexed yet. The error disappears when at least 1 model has been indexed. So it isnt supposed for the world to be fully indexed, because anyway indexing is not finite. I can get rid of the error though ig, as it is a bit confusing
Makes sense. Is there a way to know when the initial indexing is done? That would be very helpful when scaling up a cluster of torii replicas
This should be something we can have yeah, when torii is indexing the pending block and not historical blocks. We already have in the database this info with the contracts heads @Larkooo right? Maybe in an other PR we could expose this info in a similar manner to the syncing endpoint of the starknet API where we can query the syncing state of a node.
In the beginning, it returns:
which is good. However, at some point, the message disappears, even though the data is not fully indexed yet. Some data is returned but it takes another plenty of minutes. Maybe this might be due to the data not fully being written do the db yet?
The text was updated successfully, but these errors were encountered: