Propagate exceptions from SqlStorageBatchThread up to SqlStorage · Issue #117 · biocommons/anyvar · GitHub
More Web Proxy on the site http://driver.im/
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
If there's an error inserting rows in the batch thread, it crashes in the background and this is not apparent from the main thread. Maybe a helper function on SqlStorage to check is_alive() and raise an exception. If the thread stores the exception in a property on itself the SqlStorage or batch manager can check it if is_alive() is false.
The text was updated successfully, but these errors were encountered:
If there's an error inserting rows in the batch thread, it crashes in the background and this is not apparent from the main thread. Maybe a helper function on SqlStorage to check is_alive() and raise an exception. If the thread stores the exception in a property on itself the SqlStorage or batch manager can check it if is_alive() is false.
The text was updated successfully, but these errors were encountered: