grabbit
grabbit copied to clipboard
Be able to specify "continue on error"
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.
@jdigger this is kind of what I've worked on with my PR https://github.com/TWCable/grabbit/pull/214 That said, I think this is something we should be able to configure. Going to create an enhancement request for this.