Many snuba.utils.types.InvalidRangeError

Hello! See many this type of errors in containers logs.

Dec 13 17:25:43 snuba-subscription-consumer-events04 [904]: snuba.utils.types.InvalidRangeError: (datetime.datetime(2021, 12, 13, 14, 25, 39, 672000), datetime.datetime(2021, 12, 13, 14, 25, 39, 668000))
Dec 13 17:25:43 snuba-subscription-consumer-events04 [904]: 2021-12-13 14:25:43,470 Could not construct valid time interval between MessageDetails(offset=2997903, timestamp=datetime.datetime(2021, 12, 13, 14, 25, 39, 672000)) and Message(partition=Partition(topic=Topic(name='events'), index=0), offset=2997905)!

Found this topic [onprem] [20.11.1] "Could not construct valid time interval" errors in subscription consumer · Issue #1527 · getsentry/snuba · GitHub, but explanation is strange - it is error with trace, so enable Sentry_DSN in snuba settings cause huge load to sentry itself.
Can you help with handle this error?
Sentry Self-hosted 21.11.0

Any?