mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This timeout needs to be short enough that we don't drop the RabbitMQ connection. Also drop the offending message (by returning with no further exception) so we don't hit a head-of-queue failure situation. Ideally, the parser would just be lightning-fast, so this would never happen.