-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
Grabbit is currently -- by design -- quite fragile. If there's any bad data, incomplete transmission of data, etc. it is blatantly obvious that something went wrong with no possibility of "silent" errors. Better to fail fast and spectacularly than to let issues hide.
That said, sometimes "99%" is good enough, especially when dealing with development systems and/or unreliable networks. There should be a way to say for a particular job that it should log any errors it gets, but otherwise just keep going.