Right now relayer parses an error from bridge-sdk and if it's a known issue we retry it. This introduces an issue during the runtime when we encounter a new error that should be retried, but relayer removes it from redis. Ideally, relayer should remove only events with known errors and retry everything else, since it's much safer to retry than to remove