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
Early error messages are not always forwarded to the database.
It happened several times that searches got stuck with the status "SELECTED" which indicates that there was some error in between starting the search and actually setting up the status writes to the database.
So the status write back should be the first thing to be initialised.
Need to see how early I can make that without major rewrites.
The text was updated successfully, but these errors were encountered:
Early error messages are not always forwarded to the database.
It happened several times that searches got stuck with the status "SELECTED" which indicates that there was some error in between starting the search and actually setting up the status writes to the database.
So the status write back should be the first thing to be initialised.
Need to see how early I can make that without major rewrites.
The text was updated successfully, but these errors were encountered: