apiVersion: kmsvc.io/v1 kind: Queue metadata: name: memory-processing namespace: sqs spec: fifoQueue: false visibilityTimeoutSeconds: 120 messageRetentionPeriodSeconds: 604800 # 7 days maxReceiveCount: 3 deadLetterTargetQueue: memory-dlq partitionsPerShard: 3 minShards: 1 maxShards: 4 shardSplitThresholdBytesPerSec: 5242880