src-d / borges

borges collects and stores Git repositories.
https://docs.sourced.tech/borges/
GNU General Public License v3.0
52 stars 20 forks source link

borges: skip malformed messages in consumer #386

Closed jfontan closed 5 years ago

jfontan commented 5 years ago

Some messages may be malformed and not contain a valid header. In this case the message should be skipped instead of reopening the channel.

jfontan commented 5 years ago

I'm not sure it is a producer issue or external (borges-tool or migration). Either way those errors are not fatal for the queue itself and the messages should be discarded.