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
Processing currently has no real error handling or has any meaningful business logic implemented regarding error and edge case handling for cases when processing throws an error due to:
unsupported instruments
I assume we want to keep the original data somewhere to work on it, maybe notify us or the user to open an issue etc...
bad data
purposeful or accidental, I assume we want ta way to see "accidental" failures that are errors in implementation but we don't actually want to keep all the uploaded bad raw data (which could be sizeable) if all the data contains is trash uploaded by bad actors etc...
logical errors
I mean, almost inevitably we will run into errors that will require us to replace, update soft or hard delete a datum somewhere, somehow at some point. There is no functionality supporting any of that at the moment and we might pick and chose some low hanging fruit now to help us out later
The text was updated successfully, but these errors were encountered:
Processing currently has no real error handling or has any meaningful business logic implemented regarding error and edge case handling for cases when processing throws an error due to:
The text was updated successfully, but these errors were encountered: