mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
fix(drainer): ignore errors in case the stream is empty (#2261)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -28,6 +28,8 @@ pub enum RedisError {
|
||||
StreamTrimFailed,
|
||||
#[error("Failed to acknowledge Redis stream entry")]
|
||||
StreamAcknowledgeFailed,
|
||||
#[error("Stream is either empty or not available")]
|
||||
StreamEmptyOrNotAvailable,
|
||||
#[error("Failed to create Redis consumer group")]
|
||||
ConsumerGroupCreateFailed,
|
||||
#[error("Failed to destroy Redis consumer group")]
|
||||
|
||||
Reference in New Issue
Block a user