Rappsilber-Laboratory / XiSearch

XiSearch
Apache License 2.0
9 stars 7 forks source link

Make sure status writeouts to database are first to be enabled #36

Open lutzfischer opened 6 years ago

lutzfischer commented 6 years ago

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.